<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	Less Framework 4 with 17/24 type presets
        http://lessframework.com
        by Joni Korpi
        License: http://opensource.org/licenses/mit-license.php	*/



/*	Resets
        ------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
    display: block;
}

a img {border: 0;}



/*	Typography presets
        ------------------	*/

.gigantic {
    font-size: 116px;
    line-height: 120px;
    letter-spacing: -2px;
}

.huge, h1 {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -1px;
}

.large {
    font-size: 44px;
    line-height: 48px;
}

.bigger, h3 {
    font-size: 28px;
    line-height: 36px;
}

.big, h4 {
    font-size: 24px;
    line-height: 30px;
}

.small, small {
    font-size: 13px;
    line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}

html
{
    min-height: 100%;
    height: auto;
}
body
{
    width: 100%;
    height: auto;

    min-height: 100%;

    background-color: #FFA200;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #FF6F00),
        color-stop(1, #FFA200)
        );
    background-image: -o-linear-gradient(bottom, #FF6F00 0%, #FFA200 100%);
    background-image: -moz-linear-gradient(bottom, #FF6F00 0%, #FFA200 100%);
    background-image: -webkit-linear-gradient(bottom, #FF6F00 0%, #FFA200 100%);
    background-image: -ms-linear-gradient(bottom, #FF6F00 0%, #FFA200 100%);
    background-image: linear-gradient(to bottom, #FF6F00 0%, #FFA200 100%);
    background-repeat: no-repeat;
    font-family: "Arial","Times new Roman","Courier","Sans-serif";
    font-size: 12px;
    color:white;
}
a
{
    text-decoration: none;
    color:white;
}
a:hover
{
    text-decoration: underline;
}
header
{
    padding-top:30px;
    position: relative;
}
section
{
    width: 942px;
    margin-left: auto;
    margin-right:auto;
    clear:both;
}
header h1
{
    display: inline-block;
    width: 730px;
    height: 106px;
    padding:0;
    margin:0;
}
/* logo */
header h1 img
{
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;

}

/* loginbox */
header div#loginbox
{
    position: absolute;
    float: right;
    width: 145px;
    height: 124px;
    top:8px;
    right: 0px;
    white-space: normal;
}
div#loginbox h2
{
    font-size: 12px; 
    text-transform: uppercase;
    margin-bottom: 2px;
    color:seashell;
    margin-left: 4px;
}
div#loginbox p
{
    margin-top: 70px;
    padding: 10px;
    padding-bottom: 0px;
    color:#ffcf84;
    font-size: 11px;

}
.logininput
{
    background-color: white;
    border-color: whitesmoke;
    border-radius: 20px;
    border-width: 1px;
    height: 18px;
    padding: 6px;
    width: auto;
    vertical-align: top;
    color:#FF6F00;
    font-size: 11px;

}
input#txtphonenumber
{
    margin-bottom: 4px;
    width: 132px;
}
input#txtpassword
{
    width: 60px;
    margin-bottom: 2px;
}
input.logininput::-webkit-input-placeholder { /* WebKit browsers */ color: #FF6F00; } 
input.logininput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #FF6F00; opacity: 1; } 
input.logininput::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #FF6F00; opacity: 1; } 
input.logininput:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #FF6F00; } 


img#kirjaudunappi
{
    float: right;
}
div#forgotpassword
{
    margin-left: 4px;
}
div#forgotpassword a
{
    font-size: 10px;
    color:seashell;
}
header nav
{
    background-color: #a40404;
    width: 100%;
    height: auto;
    vertical-align: middle;

}

header nav div#nav_left_side
{
    width: auto;
    margin-left:2%;

}
header nav div#nav_right_side
{
    float: right;
    width: auto;
    margin-right: 2%;
}
header nav div#nav_left_side ul li
{
    margin-right: 20px;
}
header nav div#nav_right_side ul li
{
    margin-left: 20px;
}
header nav ul li
{
    padding-top:6px;
    display: inline-block;
    list-style-type: none;
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: top;
    padding-bottom: 6px;
}

div#info
{
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 50px;
}
div#info p
{
    font-size: 14px;
}

img#alakuva
{
    width: 100%;
    padding:0;
    margin:0;
    display: block;
}

/* content */
article
{

    overflow: hidden;
    position: relative;
    min-height: 400px;
}

div.box
{
    width: 100%;
    height: 220px;
    background-color: #ffa95e;    

}

.inline_box
{
    display: inline-block;
    vertical-align: top;
    margin:0;
    padding:0;
    height: 100%;
    white-space: nowrap;

}
.inner_left_side
{
    width: 65%;
    background-color: #ffaf74;
    white-space: normal;
}
.inner_right_side
{
    width: 34%;
    background-color: #ffcca7;
    white-space: normal;

    margin-left: 1%;
}

div#numerohaku
{
    background-image: url('/images/numeropalvelu24/numerohaku.png');
    background-position: 10% 20%;
    background-repeat: no-repeat;
    white-space: nowrap;
    position: relative;
}

div#numerohaku h3
{
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 12px;
    top:55%;
    left:8%;
    text-transform: uppercase;
}
div.search_field
{
    margin-left: 42%;
    width: 55%;
    margin-top: 45px;
    height: 100px;
    text-align: right;
}
div.search_field p
{
    text-align: left;
    padding-left: 7px;
    padding-bottom: 3px;
    letter-spacing: 1px;
    font-size: 13px;
}

.searchbox
{
    width: 90%;
    color:black;
    font-weight:bold;
    font-size: 14px;
}
img.haesubmit
{    
    margin-top:1px;
    display: block;
    position: absolute;
    right:10px;
}
img.haesubmit:hover
{
    cursor: pointer;
    border-radius: 20px;
}
div.infofield
{
    margin-top:6px;
    padding-top:34px;

    color:black;
    font-size:10px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    background-image: url('/images/numeropalvelu24/info.png');
    background-position: top left;
    background-repeat: no-repeat;
}
div .denied
{
    background-image: url('/images/numeropalvelu24/rasti.png');
    background-position: top left;
    background-repeat: no-repeat;
}
div#palveluhakucontainer
{
    margin-left:auto;
    margin-right:auto;
}
div#palveluhaku
{
    position: relative;
    background-image: url('/images/numeropalvelu24/palveluhaku.png');
    background-position: 10% 20%;
    background-repeat: no-repeat;
}

input#txtpalveluhaku
{
    margin-bottom: 4px;
}
div#palveluhaku h3
{
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 12px;
    top:55%;
    left:4%;
    text-transform: uppercase;
}
div#palveluhaku select
{
    display: block;
    margin-top: 8px;
    width: 100%;
    max-width: 260px;
    
    z-index: 1000;

}
footer
{
    margin-top: 6px;
    text-align: right;
    font-size: 10px;
    color: #ffcf84;

}
/* search results company + persons */
div#resultsfound
{
    position: relative;
    background-image: url('/images/numeropalvelu24/palveluhaku.png');
    background-position: top left;
    margin-top:14px;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%;
}
div#resultsfound.personsearch
{
    background-image: url('/images/numeropalvelu24/numerohaku.png');   
}
div#resultsfound h3
{
    position: absolute;
    width: 100px;
    height: 15px;
    font-size: 11px;
    top:78%;
    left:2px;
    text-transform: uppercase;
}
p#searchInfo
{
    font-size: 13px;
    letter-spacing: 1px;
}
p#searchInfo span
{
    font-weight:bold;
    font-style: italic;
}
p.centered
{
    text-align: center;
    letter-spacing: 1px;
    font-size:13px;
}
p.centered#results a
{
    color: rgba(255,229,210,1);
    text-decoration: none;
}
p.centered#results a:hover
{
    text-decoration: underline;
}
div.pagercontainer
{
    position: absolute;
    left:50%;
    top:90px;
    width: auto;
    height: 30px;

}
ul.pagin
{
    position: relative;
    left:-50%;

}
ul.pagin li
{
    display: inline-block;
    background-color: white;
    height: 26px;
    width: 30px;
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    border-radius: 15px;
    text-align: center;
    padding-top:4px;
    margin-left: 2px;
    margin-right:2px;

}
ul.pagin li a.current
{
    font-weight: bold;
}
ul.pagin li a
{
    font-size: 20px;
    color: #FF6F00;
    width: auto;
    padding-right: 3px;
    text-decoration: none;

}
ul.pagin li a:hover
{
    color: #8b5684;
}
ul#searchResults
{
    width: 100%;
    padding:0;
    margin:0;
    color:black;
}
ul#searchResults li
{
    background-color: rgba(255,229,210,0.4);
    border-bottom-color: #5c29c4;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    margin-bottom: 4px;
    padding: 10px;
    min-height: 72px;


}
img.listCompanyLogo
{
    margin-left:auto;
    display: block;
    max-width: 50%;
}
ul#searchResults li.featured
{
    background-color: rgba(255,229,210,1);
    cursor: pointer;

}
ul#searchResults li.person
{
    background-color: rgba(255,229,210,1);
    cursor: pointer;
    min-height: 40px;

}
ul#searchResults li.person h5 a
{
    color:black;
    font-size:16px;
    text-decoration: none;
}

ul#searchResults li div h5 a
{
    color:black;
    text-decoration: none;
    font-size: 16px;
}
ul#searchResults li div h5 a:hover,ul#searchResults li.person h5 a:hover
{
    text-decoration: underline;
}
a.nayta,span.nayta
{
    color:#c40404;
    text-decoration: none;
    vertical-align: bottom;

}
a.nayta:hover,span.nayta:hover
{
    text-decoration: underline;
}
div#bottomPagin
{
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 10px;

}
div#bottomPagin div.pagercontainer
{
    position: absolute;
    left:50%;
    top:0px;
    width: auto;
    height: 30px;

}
/* yrityskortti palvelut/henkilÃ¶t */
div#yrityskortti
{
    margin-top: 8px;
    background-color: #ffc69b;
    width: 100%;
    height: auto;
    min-height: 500px;
    border-bottom-color: #5c29c4;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    color:black;
}
div#yrityskortti h2
{
    display: block;
    width: 96%;
    margin-left:auto;
    margin-right:auto;
    border-bottom-color:white;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-align: center;
    padding:10px;
    margin-bottom:14px;
    background-image: url('/images/numeropalvelu24/palveluhaku.png');
    background-size:50px 44px;
    background-position: 0px 10px;
    background-repeat: no-repeat;
}
div#yrityskortti.personsearch h2
{
    background-image: url('/images/numeropalvelu24/numerohaku.png');
}
div#yrityskortti h2 span
{
    color:black;
    height: auto;
    min-height: 30px;
    font-size:36px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;
}
img#companyLogo
{
    margin-left:auto;
    margin-right:auto;
    display:block;
    max-width: 80%;
}
div.dataTable
{
    margin-top:4%;
    margin-left: 8%;
}
div.dataTable div.title
{
    text-transform: uppercase;
    font-size:14px;
    padding-right: 20px;
    min-width: 130px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
div.dataTable div.value
{
    display:inline-block;
    margin-top: 10px;
    max-width: 600px;
    text-align: left;
    vertical-align: top;
}

div.dataTable div.value a
{
    color:black;
}
div.dataTable div#geobox
{
    margin-left:10px;
    font-size: 11px;
}
div.dataTable div.value ul li
{
    list-style-type: none;   
    margin-top: 2px;
    margin-bottom: 2px;
}
div.dataTable div.value ul li a,div.dataTable div.value a span
{
    color:#c40404;
    font-weight: bold;
}
div#company_content
{
    width: 90%;
    margin-top:14px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
img.companyImages
{
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom: 10px;
}
div#gmapcontainer
{
    margin-bottom: 6px;
}
div#gmapcontainer img,div#gmapcontainer p,div#gmapcontainer div,div#gmapcontainer a
{

    margin-left:auto;
    margin-right:auto;
    display: block;
    text-align: center;
    padding-bottom: 8px;
    color:black;

}
div#gmapcontainer a
{
    color:#c40404;
}
div#gmapcontainer img
{
    max-width: 100%;
}
a.keywordtag
{
    background-image: url('/images/numeropalvelu24/hakupallo.png');
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    min-width: 50px;
    padding-left: 17px;
    color:black;
    padding-right: 6px;
    margin-bottom: 4px;
}
/* site/rekisterointi */
div#rekisterointi
{
    margin-top: 10px;
}
div#rekisterointi h2
{
    margin-bottom: 10px;
}
div#rekisterointi p
{
    line-height: 20px;
}
/* site / puhelinnumerot-ilmaiseksi */
div#puhelinnumerot_ilmaiseksi h2
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
div#puhelinnumerot_ilmaiseksi h3
{
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 18px;
}

/* site / yhteystiedot*/
div#yhteystiedot
{
    margin-top: 10px;
}
div#yhteystiedot h2
{
    font-size: 16px;
}
div#yhteystiedot h3
{
    font-size: 15px;
}
div#yhteystiedot input
{
    min-width: 200px;
}
/* site / mediatiedot */
div#mediatiedot
{
    margin-top: 10px;
}
div#mediatiedot p
{
    margin-bottom: 10px;
}
/* plugins */
.chzn-container,ul.chzn-results,div.chzn-drop
{
    color:black;
}
div.chosen-container-active{
    z-index:9999;
}
.chzn-container .chzn-results 
{
    height: 110px;
}

@media only screen and (max-width: 942px) {
    section,article
    {
        width: 100%;
        margin:0;
        padding:0;
    }
    div#info
    {
        width: 90%;
        margin-left:auto;
        margin-right:auto;
        text-align: center;
    }
    div.box,div#palveluhakucontainer.box
    {

        margin-left:auto;
        margin-right: auto;
        display: block;

        margin-bottom: 10px;
    }

    header nav div#nav_right_side ul li,header nav div#nav_right_side ul li
    {
        margin-left: 0px;
        margin-right:0px;
    }

    header nav div#nav_right_side
    {
        margin-left: 2%;
        float: none;
    }
    header nav ul li
    {
        padding-right: 10px;
        font-size: 12px;
    }
    header h1
    {
        margin-left: 1%;
        width: 65%;
        height: auto;
    }

    input#txtphonenumber
    {

        width: 92px;
    }
    input#txtpassword
    {
        width: 40px;

    }
    nav
    {
        margin-top: 22px;
    }
    div.search_field
    {
        padding-top: 6%;
    }

    div#resultsfound,div#resultsfound.personsearch
    {
        background-image: none;

        margin-top:10px;
        margin-bottom: 10px;
        height: 130px;

    }

    div#resultsfound h3
    {
        display: none;
    }
    div.pagercontainer
    {

        padding: 12px 0;


        top:42px;
        width: auto;
        height: 40px;

    }
    div#bottomPagin div.pagercontainer,div#bottomPagin
    {
        height: 60px;
        padding-bottom: 44px;
    }

}
@media only screen and (max-width: 464px) {
    header h1
    {
        margin-left: 2px;
        width: 56%;

    }
 
     header nav ul li
    {
        padding-right: 6px;
        font-size: 10px;
    }
    div.box
    {
        width: 100%;
        height: auto;
    }
    div.inner_left_side,div.inner_right_side
    {
        min-height: 50px;
        width: 100%;
        display: block;
    }
    div.inner_left_side
    {
        min-height: 200px;
    }
    div.inner_right_side
    {
        height: auto;
        padding: 2%;
    }

}
/*@media only screen and (min-width: 942px) {
    
}
*/
</pre></body></html>