.mybadge {
	font-size: 8px !important;
	position:relative;
	top:-5px;
	margin-left:5px !important;
	border-radius: 10%;
}

@font-face {
  font-family: 'hcfont';
  src: url('Centurygothic.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('Centurygothic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

table.cinereousTable {
  font-family: 'Orienta', sans-serif;
  border: 3px solid burlywood;  /*#4D627B; */
  background-color: #FFFFFF;
  width: 100%;
  text-align: center;
}
table.cinereousTable td, table.cinereousTable th {
  border: 1px solid burlywood;  /*#4D627B; */
  padding: 4px 4px;
}
table.cinereousTable tbody td {
  font-size: 16px;
  vertical-align: middle;
  line-height: 4.0em;
}
table.cinereousTable tr:nth-child(even) {
  background: #E1E4FF;
}
table.cinereousTable thead {
  background: burlywood; /*#4D627B;*/
  /*background: -moz-linear-gradient(top, #79899c 0%, #5e7188 66%, #4D627B 100%);
  background: -webkit-linear-gradient(top, #79899c 0%, #5e7188 66%, #4D627B 100%);
  background: linear-gradient(to bottom, #79899c 0%, #5e7188 66%, #4D627B 100%);*/
  background: -moz-linear-gradient(top, #ef971a 0%, #f0c170 66%, burlywood 100%);
  background: -webkit-linear-gradient(top, #ef971a 0%, #f0c170 66%, burlywood 100%);
  background: linear-gradient(to bottom, #ef971a 0%, #f0c170 66%, burlywood 100%);
}
  

table.cinereousTable thead th {
  font-size: 17px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: center !important;
  border-left: 2px solid burlywood;  /*#4D627B; */  
}
table.cinereousTable thead th:first-child {
  border-left: none;
}

table.cinereousTable tfoot {
  font-size: 16px;
  font-weight: bold;
  color: #F0F0F0;
  background: #4D627B;
  background: -moz-linear-gradient(top, #79899c 0%, #5e7188 66%, #4D627B 100%);
  background: -webkit-linear-gradient(top, #79899c 0%, #5e7188 66%, #4D627B 100%);
  background: linear-gradient(to bottom, #79899c 0%, #5e7188 66%, #4D627B 100%);
}
table.cinereousTable tfoot td {
  font-size: 16px;
}
table.cinereousTable tfoot .links {
  text-align: right;
}
table.cinereousTable tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #4D627B;
  padding: 2px 8px;
  border-radius: 5px;
}

.main h1 {
	margin: 0.8em 0 0.5em 0;
	color: #333;
	font-weight: normal;
	font-family: 'Orienta', sans-serif;
	font-size: 36px;
	line-height: 40px;
}



