@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

body {
	font-family: 'Roboto Condensed', Verdana, sans-serif;
	font-size: 18px;
    color: #222220;
    margin: 20px;
    line-height: 1.4;
}

h1, h2 { 
	color: #4aa38c;
    line-height: 1.1;
    font-size: 34px;
    font-weight: 400;
    text-align: center; 
}

a {
    text-decoration: none;
    color: #0a7eda;
}

h2 {
    font-size: 28px;
    text-align: left;
}
h2 a {
	color: #4aa38c;
}


.lefthdr td { text-align: right; }

.timeleft   { 
	text-align: center; 
	color: #222220;
}

.hidden  { display: none; }
.shown   { display: inline; }

.error { background-color: #ffe0e0; }

.compactList { 
    margin-top:1px;
    margin-bottom:0px;
}
