2016
Simple Custom CSS, see below:
/* Enter Your Custom CSS Here */
.vizdata {
clear: both;
overflow: hidden;
width: 100%;
}
.vizdata .col {
background: none repeat scroll 0 0 #b3cf46;
display: block;
float: left;
font-weight: bold;
margin: 5px 1% 10px 0;
padding: 5px 0;
text-align: center;
width: 22%;
text-transform: uppercase;
}
.vizdata .col:nth-child(4) {
margin-right:0;
}
.col strong {
color: #fff;
display: block;
font-family: arvo;
font-size: 5em;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.award{padding-bottom:0; float:right}
.home h2.region-head {margin-top: 0;}
@media screen and (max-width: 480px) {
.award{float:none}
.col strong {font-size:4em}
.vizdata .col {font-size:0.9em}
}