/*
Modifies original GSSC 2015 website design. -br
*/

/* originally appeared on index.html only
	body,td,th {
		font-family: Roboto, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
*/

.info-text { 
	text-align: left; 
	}
.table-board {
	border:none;
    margin-left:auto; 
    margin-right:auto;
	margin-bottom: 10px;
	}
.table-board td { 
	padding: 4px 20px;
	}

h2 {
	text-align: left;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	text-transform: none;
	color: #222;
	margin-bottom: 10px;
	}
h2 strong {
	font-weight: 700;
	}
h2:after {
	content: "";
	display: block;
	width: 45px;
	height: 3px;
	background: #49b2e7;
	margin: 0;
	}



/* NEW for Classifieds */
.imagelist {
	overflow: auto;
	}
.image-holder {
	border: solid 6px #fff;
	margin-bottom: 14px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .07);
	float: left;
	}