html
{
	position: relative;
	min-height: 100%;
}

body
{
	/* Margin bottom by footer height */
	margin-bottom: 30px;
}

.footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 30px;
	background-color: #f5f5f5;
}

.progress-bar-custom-gold
{
	background-color:#d4af37;
}

.progress-bar-custom-silver
{
        background-color:#c0c0c0;
}

.progress-bar-custom-bronze
{
        background-color:#cd7f32;
}

.progress-bar-custom-default
{
        background-color:#5cb85c;
}

.customEventBorder
{
	border-width: 2px !important;
	/*border: 2px solid red !important;*/
}

.customBadge
{
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

th.rotate {
  /* Something you can count on */
  height: 150px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(0px, 120px)
    /* 45 is really 360 - 45 */
    rotate(290deg);
  width: 30px;
}
th.rotate > div > span {
  /*border-bottom: 1px solid #ccc;*/
  padding: 5px 10px;
}
