

body {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
}

.separator,
.job-function {
    display: none;
}

.title {
    color: #00a1d4;
    font-size: 16px;
}

.footer {
	display: none;
}

.job-departments {
    display: inline-block;
    font-weight: bold;
}

.job-departments:before {
    content: "| ";
}

.subscribe-btn {
    display: none;
}

.experience-select,
.function-select {
display: none;
}

.categories-select {
    display: inline-block !important;
}

body:before {
    content: "Avoimet tehtävät";
    font-size: 30px;
    line-height: 2;
    color: #00a1d4;


}

.internal .job .title:after {
    content: "sisäinen haku" !important;
    background: #00a1d4;
    color: white;
    padding: 4px 10px;
    margin-left: 10px;
    border-radius: 500px;
    font-size: 12px;
    text-transform: uppercase;
}