/******************************************************************/
/* STYLES: Various styles for ALL text within site                */
/******************************************************************/

body { background: #000; color: fff; font-size: 10px; }

td { padding: 5px !important; }
.flag { width: 30px; padding: 5px 5px; height: auto; vertical-align: middle; }
a { font-weight: bold; color: #090;}

.whitebold {
  font-family: "Helvetica Neue", "Helvetica", "Arial";
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.small {
  font-family: "Helvetica Neue", "Helvetica", "Arial";
  font-weight: normal;
  color: #000;
  font-size: 14px;
}

.smallbold {
  font-family: "Helvetica Neue", "Helvetica", "Arial";
  font-weight: bold;
  color: #000000;
  font-size: 14px;
}

.tiny {
  font-family: "Helvetica Neue", "Helvetica", "Arial";
  font-weight: normal;
  font-size: 9px;
  color: #000000;
  font-size: 13px;
}

.tinybold {
  font-family: "Helvetica Neue", "Helvetica", "Arial";
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.black { color: 000 !important; }

@media only screen and (max-width: 600px) {
	.whitebold {
		font-size: 16px;
	}
	.small {
		font-size: 13px;
	}
	.smallbold {
		font-size: 13px;
	}
	.tiny {
		font-size: 11px;
	}
	.tinybold {
		font-size: 13px;
	}
}