body {
    font-family: calibri, sans-serif;
}


.banner-container {
    /*max-width: 470px;*/
    min-width: 270px;
    height: 250px;
}


.banner-header {
    height: 20px;
    min-width: 270px;
    /*max-width: 470px;*/
}

.banner-content {
    height: 192px;
    background: #ED7004;
    padding: 5px;
}

.banner-content.education-content {
    /*background: #0081c7;*/
}

.banner-left {
    overflow: hidden;
}

.banner-right {
    width: 110px;
    float: right;
    margin-left: 5px;
    height: 190px;
    border: 1px solid #FFF;
}

.banner-items {
    overflow: hidden;
    height: 154px;
}

.banner-items a {
    text-decoration: none;
}

.banner-item {
    border: 1px solid #FFF;
    height: 33px;
    margin-bottom: 4px;
    background: #FFF;
    padding: 0 0 0 3px;
    word-break: break-all;
}

.banner-item-title {
	font-family: "Signika";
    font-weight: 600;
    font-size: 13px;
    color: #4E5164;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.banner-item-content {
	font-family: "Source Sans Pro";
    font-size: 11px;
    color: #8D8D8E;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.highlight.banner-item {
	background: #008CCE;
}

.highlight .banner-item-content, .highlight .banner-item-title {
	color: #FFF;
}

.banner-item-all {
	text-align:center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	background-color: #008CCE;
	padding: 2px 15px 5px;
	line-height: 1;
	
	/*
    line-height: 1em;
    border: 1px solid #FFF;
    background: #000;
    padding: 1px 3px 0 3px;
    height: 32px;
    text-align: center;
    font-weight: bold;
    margin-top: 2px;
    */
}

.banner-item-all a {
    text-decoration: none;
    color: #FFF;
    font-size: 11px;
    font-family: "Source Sans Pro";
    font-weight: 600;
    text-transform: uppercase;
}

.banner-footer {
    background: #FFF;
    position:relative;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    text-align: center;
}

.banner-footer.small {
	font-size: 11pt;
}

.banner-footer span {
	float: left;
	margin: 2px 0 0 0;
}

.uranus-logo {
	margin: 0 5px 0 5px;
	height: 26px;
	display: inline-block;
}

.brand-logo {
	margin: 4px 5px 0 5px;
	display: inline-block;
	vertical-align: top;
}


.brand-logo img {
	height: auto;
	max-height: 19px;
}

.clear {
    clear:both;
}

.open-jobs {
	text-align: center;
	width: 50%;
    font-family: "Source Sans Pro";
	text-transform:uppercase;
	line-height: 20px;
    font-size: 13px;
	background: #FFF;
	font-weight: 600;    
    cursor: pointer;
	height: 100%;
	white-space:nowrap;
	color: #ED7004;
	border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;

}

.education {
    float:right;
    width: 50%;
    font-family: "Source Sans Pro";
	text-transform:uppercase;
	line-height: 20px;
    font-size: 13px;
    color: #ED7004;
	background: #FFF;
	font-weight: 600;    
    text-align: center;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    
    cursor: pointer;
	height: 100%;
	white-space:nowrap;
}

.education.active, .open-jobs.active {
	background: #ED7004;
	color: #FFF;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

/* Desktops and laptops */
@media only screen and (min-width : 1224px) {
	
	.utbildning {
		padding: 0 22px 0 0
	}
}

.no-margin {
    margin: 0;
}

.hidden {
    display: none;
}