/*smaller font*/
body {
    font-size: 14px;
}
/* green border on form elements & message  + margin to align with content*/
div#message-component,
input.required.invalid,
textarea.required.invalid {
  border: 0px solid #3A8F02;
  margin-left : 10px;
}

/*grey footer: blue band at top*/
footer {
	background-color : #D8D8D8 ;
	border-radius:5px;
	border-top-color:#1085de;
	border-top-style:solid;
	border-top-width:5px;
}
/* rounded menu buttons; no funny effects on hover*/
.navbar-nav>li>a, .navbar-nav>li>a:hover {
    padding: 8px 12px;
    margin: 12px 6px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel {
    height: 300px;
}

ul.mostreadcol-md-3 {
    margin-left: 20px;
}

/* headings for articles (h2 is used for article titles)*/
h3, .h3 {
	font-size: 20px;
	margin-top: 20px;
	color: #2d2d2d;
	font-weight: normal;
}

h4, .h4 {
	font-size: 16px;
	color: #2d2d2d;
	margin-top: 15px;
	line-height: 1.5;
	font-weight: normal;
}


