﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext');

body {
	background-color: #F3F3F3;
	color: #778085;
	font-family:'Lato', sans-serif;
	font-size: 14px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:690px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding:10px 30px 30px;
}
#JobTitle {     
	font-size:36px; 
	text-align: center; 
	font-weight: bold; 
	line-height: normal;
    margin: 30px 0 30px;
}
#WorkPlace {
	text-align: center;
	margin-top:5px;
}
#ReferenceNumber {
	text-align: center;
	margin-top:5px;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-family:'Lato', sans-serif;
	list-style-image:url(_res/li.png);	
	line-height: normal;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background-color:#778085;
    font-size:20px;
    font-weight: bold;
    display: block;
    height: 45px;
    line-height:45px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width:200px;
    border:none;
    color: #fff;
	border: 1px solid #778085;
	cursor: pointer;
	transition: 0.4s;
    border-radius: 30px;
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
#Clause {
	font-size:10px;
	text-align:justify;
}
@media all and (max-width:684px) {
/* tekst */
#offCont #sOW2 {

	padding:0% 20px 0% 20px;
}

}
