#main {
  overflow: auto;
  padding-bottom: 180px;
}
#footer {
  position: relative;
  margin-top: -180px;
  height: 180px;
  clear: both;
}
a:link, span.MsoHyperlink {
  color: white;
  text-decoration: none;
}
.parent {
  display: flex;
  flex-wrap: wrap;
}

.child {
  height: 60px;
  padding: 15px;
  background-color: none;
  border: 0px solid #ccc;
  flex: 1 1 160px;
  flex-basis: 30%;
}
.ENTRIES {
  color: #ffffff;
  font-size: 12px;
  font-family: Ubuntu;
  max-height: 90px;
  height: 90px;
}
.FLAGS {
  position: absolute;
  height: auto;
  margin-top: 5px;
  margin-left: 27px;
  margin-bottom: 20px;
}
.neotag {
  border:  none;
  position: absolute;
  margin-left: 30px;
  margin-top: 90px;
}
.livetag {
  border:  none;
  position: absolute;
  margin-left: 1px;
  margin-top: -33px;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FIVE  */
.span_5_of_5 { width: 100%; }
.span_4_of_5 { width: 79.68%; }
.span_3_of_5 { width: 59.36%; }
.span_2_of_5 { width: 39.04%; }
.span_1_of_5 { width: 18.72%; }
/*  GRID OF FOUR  */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 74.6%; }
.span_2_of_4 { width: 49.2%; }
.span_1_of_4 { width: 23.8%; }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
