body {
    font-family: 'Source Sans Pro', Helvetica, arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 1em;
    color: #333;
    margin: 0;
    line-height: 150%;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 140%;
    padding: .4em 0;
}

select {
    padding: .2em;
    margin-top: 0.3em;
    font-size: 16px;
}

#main {
    margin: 1rem auto 0;
    background: #fff
}

/*a{color:#0378bb;text-decoration:underline;}*/

a {
    color: #1861bf;
    text-decoration: none;
}

#nav {
    padding-bottom: 0em;
    overflow: hidden;
    padding: 0 10px;
    background: #0c9a46;
    color: #fff;
}

#logo a, #logo a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #016da3;
}

.btn {
    padding: 0.8em 1em;
    font-size: 100%;
    border: 0;
    background: #2C63B9;
    color: #fff;
    cursor: pointer;
}

hr {
    border: 0;
    background: #ccc;
    height: 1px;
}

label {
    display: block;
}

.field, textarea {
    padding: .4em;
    font-size: 16px;
    width: 100%;
    border: 1px solid #c2c2c2;
    box-shadow: inset 0 1px 0 0 #e7e7e7;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

@media(min-width: 500px) {
    label {
        width: 180px;
        clear: both;
        float: left;
        padding-top: 5px;
        margin-right: 0.4em;
    }
    .field, textarea {
        width: 320px;
    }
}

.small, small {
    color: #7f7f7f;
    font-size: 15px;
}

.large {
    font-size: 125%;
}

.salary-amount {
    color: #0c9a46;
    white-space: nowrap
}

.amount {
    text-align: right;
    font-size: 1.5rem;
    vertical-align: middle;
}

a.tag {
    background: #999;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 7px;
    font-size: 70%;
    padding: .2em .6em;
}

.tag:hover {
    background: #666;
}

.light, .lightc, .placeholder {
    color: #666;
}

.list {
    line-height: 150%;
}

input:focus, select:focus, textarea:focus {}

.req {
    color: #ff0000;
}

table {
    border-collapse: collapse;
    clear: both;
}

.tablecontainer {
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

.tablecontainer td {
    max-width: 320px;
}

.nowrap {
    white-space: nowrap;
}

.headerwage {
    font-size: 380%;
    margin: 0.6em 0;
    /*color:#0CAA41;*/
}

.contentheader a {
    color: inherit;
}

.verticalmargin {
    margin-bottom: 1em;
}

table, tr {
    border: 0;
}

td, th {
    border: 0;
    padding: 0.4em 0;
    vertical-align: top;
}

th {
    text-align: left;
    font-size: 10px;
    padding: 0 0.5em;
    text-align: left;
    border-top: 0;
    font-weight: normal;
    color: #888;
}

td.sal {
    white-space: nowrap;
}

.footer {
    color: #999;
    background: #efefef;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    word-spacing: 0.2em
}

.start {
    display: block;
    width: 200px;
    height: 90px;
    text-align: left;
    float: left;
    text-decoration: none;
}

.start span {
    color: #666;
}

.start:hover {
    border-color: #ccc;
}

.start h2 {
    margin-bottom: .3em;
    font-size: 180%;
    font-weight: normal;
}

.ital {
    color: #666;
    font-size: 120%;
}

img {
    border: 0;
}

.palkkalista {
    line-height: 200%;
    font-size: 100%
}

.palkkalista a {
    display: inline-block;
    float: left;
    width: 300px;
}

.pagelinks {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    font-size: 100%;
    line-height: 250%
}

.pagelinks a {
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.notebox {
    background: #eee;
    padding: 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.notebox b {
    font-size: 1.1em;
}

.linedspacer {
    height: 4px;
    border-bottom: 1px solid #ccc;
}

.rightcolumn {
    width: 300px;
    /*padding-top:15px;*/
    margin-bottom: 2em;
}

.route {
    font-size: .9em;
    color: #777;
}

.rightcolumn ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 200%
}

.rightcolumn a {
    color: #1861bf
}

.rightcolumn h4 {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 4px;
}

.autocomplete-w1 {
    background: url(shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 6px 0 0 6px;
    _background: none;
    _margin: 1px 0 0 0;
    font-weight: bold;
}

.autocomplete {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px;
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
    font-size: 20px;
}

.autocomplete .selected {
    background: #F0F0F0;
}

.autocomplete div {
    padding: 4px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete strong {
    font-weight: normal;
}

.fblike {
    margin-left: 230px;
    position: absolute;
    top: 18px;
    width: 200px;
}

#qs {
    width: 280px;
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

.salariestable {
    border-collapse: collapse;
    margin: 0 10px
}

.bspot {
    float: left;
    width: 300px;
    margin: 0 20px 15px 0;
}

.bspot728 {
    text-align: center;
}

.jobtitle {
    border: none;
    margin: 0;
}

.site-date {
    font-size: 11px;
    color: #999;
}

#qbtn {
    font-size: 16px;
}

.key {
    width: 75%;
}

.key-name {
    font-weight: bold
}

.tabs {
    padding: 0 0em 1em;
    overflow-y: auto;
    _overflow: auto;
    font-size: 1.1rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
}

.tabs a {
    padding: 5px;
    color: #0c9a46;
    text-decoration: underline;
}

.tabs a.sel {
    text-decoration: none;
    color: #555;
}

.lastupdated {
    font-size: 90%;
}

.container {
    padding: 10px;
}

.btnlink {
    display: inline-block;
    background: #0c9a46;
    color: #fff;
    padding: 0.5em 1em;
    font-size: strong;
    font-weight: bold;
    text-decoration: none;
}

.btnlink:hover {
    background: #0CAA41;
    color: #fff;
    text-decoration: none;
}

@media(max-device-width:480px) {
    /* mobile */
    .fblike2 {
        display: none;
    }
    #qform {
        float: none;
        display: block;
        margin-top: 5px;
        text-align: center;
        margin-bottom: 10px;
    }
    .bspot {
        float: none;
    }
    .rightcolumn {
        float: none;
        width: auto;
    }
    #logo {
        text-align: center;
        margin: 8px
    }
    #logo a {
        border: none;
        padding: 10px 10px 0 10px;
        font-size: 20px;
    }
    #nav {
        border: 0;
        min-width: 0;
        text-align: center;
    }
    #menu {
        white-space: nowrap;
        overflow: scroll;
    }
    #menu a {
        padding: 7px;
    }
    .salh1 {
        display: none;
    }
    .adresbelowsal {
        width: 300px;
        height: 250px;
        margin: 0 auto;
    }
    .btn {
        width: 100%;
    }
}

#qbtn {
    margin-left: -50px;
    height: 25px;
    width: 50px;
    background: transparent;
    color: buttontext;
    border: 0;
    -webkit-appearance: none;
}

#qbtn span {
    display: inline-block;
    fill: #0CAA41;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
}

#qbtn span svg {
    display: block;
    margin-top: 5px;
}

.avsal {
    line-height: 150%;
    margin-bottom: 10px;
}

.avsal span {
    font-size: 250%;
    color: #578300;
}

.salh1 {
    margin-bottom: 5px
}

.employertable {
    width: 100%;
}

.subnav .sel {
    color: #000;
    text-decoration: none;
}

#menu .sel, #menu a:hover {
    border-bottom: 3px solid #fff;
}

/*#nav, .gradient, #company {
    background: #239842;
    background: linear-gradient(141deg, #0E8F43, #0FA94F);
}*/

h1#company {
    padding: 30px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.center {
    text-align: center;
}