﻿/* całe okno ogłoszenia */
body {
	background-color: #F3F3F3;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
}
/* linki */
a:link, #offCont a:visited, a:hover, a:active {
	color: #d60093;
}
/* ogłoszenie */
#offCont {
	background: #fff;
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width: 690px;
	width: 100%;
}
#offCont #sOW2 {
	padding: 0 30px;
}
#top img {
	max-width: 100%;
}
/* opis firmy */
#CompanyDescription {
	margin-bottom: 10px;
	color: #053764;
	font-size: 16px;
	text-align: center;
}
/* paragraf */
#offCont #sOW2 .offComp {
	display: none;
}
#offCont #sOW2 .offComp p {
	margin: 0;
}
/* nazwa stanowiska */
#JobTitle {  
	font-size: 27pt;   
	color: #053764;
	text-align: center; 
	font-weight: bold; 
	line-height: normal;
	margin-bottom: 20px;
}
/* pole: miejsce pracy, region, numer ref */
#sOW2 #WorkPlace {
	text-align: center;
	color: #73737b;
}
#sOW2 #RegionName {
	display:none;
}
#sOW2 #ReferenceNumber {
	color: #73737b;
	text-align: center;
	margin-bottom: 50px;
}
/* wypunktowania */
#offCont #sOW2 ul {
	margin-bottom: 0;
    padding-left: 50px;
    list-style-type: square;
}
#offCont #sOW2 ul li {
	font-family: Tahoma, Arial, sans-serif;
	color: #73737b;
	font-size: 13px;
}
/* opis stanowiska */
#PositionDescription {
	margin-bottom: 10px;
	color: #73737b;
    font-size: 13px;
} 
#PositionDescription p:first-child {
	color: #053764;
	font-size: 16px;
}
/* wymagania */
#Requirements {
	margin-bottom: 10px;
	color: #73737b;
    font-size: 13px;
}
#Requirements p:first-child {
	color: #053764;
	font-size: 16px;
}
/* oferujemy */
#Opportunities {
	margin-bottom: 10px;
	color: #73737b;
    font-size: 13px;
} 
#Opportunities p:first-child {
	color: #053764;
	font-size: 16px;
}
/* nagłówki systemowe */
#divJobDescription h2, #divRequirements h2, #divOpportunities h2 {
	display: none;
}
h3 {
	font-size: 26pt;
	margin: 20px 0 0;
	color: #053764;
}
.contact_text_1{
	color: #053764;
	font-size: 16px;
}
.contact_text_2{
	color: #73737b;
	font-size: 14px;
}
@media all and (max-width:684px) {
/* tekst */
#offCont #sOW2 {
	padding: 0 20px;
}
