/* Styling for the weblinks in two modules in position-8, */

.weblinks.plain {
	margin: 0 0 9px 0;
	list-style: none;
}
.moduletable.plain{
	font-size: 12px;
    line-height: 16px;
	background-color: #f0ffff;
}

/* .well with reduced padding */
.well.plain {
	min-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

/* CSS to change the width of the Protostar container. Not currently being used
.container {
    max-width: 1170px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1150px;
}
@media (max-width: 960px) {
    .container {max-width: 960px;}
    .container {width: 940px;}
}
*/
