* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body {
    font-family:"Roboto",sans-serif;
    font-size:14px;
    line-height:1.4;
}
a {
    color:#337ab7;
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}
ul {
    margin-left:18px;
}
#wrapper {
    margin:2.5em auto;
    width:100%;
    max-width:700px;
    border:1px solid #000;
    padding:25px;
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-position: -100px 125px;
	background-size: 80% auto;
}
#header {
    margin-bottom:30px;
}
.logo  {
    width:300px;
    max-width:100%;
    height:100%;
}
.portrait {
    margin-bottom:20px;
}
.intro {
    margin-bottom:20px;
}
.jobtitle-group {
    margin-bottom:20px;
}
.jobtitle {
    font-weight:700;
    font-size:26px;
}
.jobtitle-add {
    font-weight:400;
    font-size:20px;
}
.group {
    margin-bottom:20px;
}
.tasks-title, .profile-title, .offer-title {
    font-weight:700;
}
.application {
    margin-bottom:20px;
}
#footer {
    padding-top:20px;
    padding-bottom:30px;
}
.footer-logo {
    width:300px;
    max-width:100%;
    height:100%;
    margin-bottom:10px;
}