body {
    font-family: calibri, sans-serif;
}


.banner-container {
    width: 300px;
    height: 250px;
}


.banner-header {
    height: 20px;
}

.banner-content {
    height: 192px;
    background: #00bee4;
    padding: 5px;
}

.banner-content.education-content {
    background: #0081c7;
}

.banner-left {
    width: 170px;
    float:left;
}

.banner-right {
    width: 110px;
    float: left;
    margin-left: 5px;
    height: 190px;
    border: 1px solid #FFF;
}

.banner-items {
    overflow: hidden;
    height: 155px;
}

.banner-items a {
    text-decoration: none;
}

.banner-item {
    border: 1px solid #FFF;
    height: 33px;
    margin-bottom: 4px;
    background: #085eaf;
    padding: 0 0 0 3px;
    word-break: break-all;
}

.banner-item-title {
    font-weight: bold;
    font-size: 12pt;
    color: #FFF;
    line-height: 1em;
    margin: 1px 0 1px 0;
}

.banner-item-content {
    font-size: 10pt;
    color: #FFF;
    line-height: 1em;
}

.highlight.banner-item {
	background: #f1c600;
}

.highlight .banner-item-content, .highlight .banner-item-title {
	color: #000;
}

.banner-item-all {
    line-height: 1em;
    border: 1px solid #FFF;
    background: #000;
    padding: 1px 3px 0 3px;
    height: 32px;
    font-size: 11pt;
    text-align: center;
    font-weight: bold;
    margin-top: 2px;
}

.banner-item-all a {
    text-decoration: none;
    color: #ffca00;
    margin: 3px 0 0 0;
}

.banner-footer {
    background: #1699ff;
    font-size: 15pt;
    font-weight: bold;
    color: #FFF;
    padding: 0 0 0 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    position:relative;
}

.banner-footer.small {
	font-size: 11pt;
}

.banner-footer span {
	float: left;
	margin: 2px 0 0 0;
}

.uranus-logo {
	margin: 0 5px 0 5px;
	padding: 2px 0 0 0;
	height: 26px;
	float: left;
}

.brand-logo {
	margin: 4px 5px 0 5px;
	float:left;
}


.clear {
    clear:both;
}

.open-jobs {
    float:left;
    width: 130px;
    font-size: 12pt;
    color: #FFF;
    padding: 0 0 0 7px;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-bottom: 20px solid #00bae2;
	border-right: 2em solid transparent;
	height: 0;
	white-space:nowrap;

}

.education {
    float: right;
    height: 0;
    width: 55px;
    text-align: right;
    padding: 0 20px 0 0;
    color: #FFF;
    border-bottom: 20px solid #0081c7;
    border-left: 2em solid transparent;
    font-weight: bold;
    font-size: 12pt;
    cursor: pointer;
     -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    white-space:nowrap;
}

/* Desktops and laptops */
@media only screen and (min-width : 1224px) {
	.education {
		padding: 0 15px 0 0
	}
	
	.utbildning {
		padding: 0 22px 0 0
	}
}

.no-margin {
    margin: 0;
}

.hidden {
    display: none;
}