.logo
{
	padding-top: 13px;
	width: 10%;
	float: left;
}

.banner
{
	width: 75%;
	float: left;
}

.panel{
	border: solid 1px #00B8E6; 
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	margin: 5px;

}
.panel-default{
	border: solid 1px #909898; 
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	margin: 5px;
	padding: 2px;

}

.panel > .panel-heading {
    background-image: none;
    background-color: #006BB2;
    color: white;
	padding: 5px;
}

.panel > .panel-body {
	padding: 5px;
}