body {
  font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
}

.record-table {
	margin-left: 15px;
	margin-right: 15px;
}

.record-container h1 {
	text-align: center;
}

.price { 
  float:left;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.70em; 

  font-weight:normal;
  padding-right: 0px; 
  padding-left: 5px;
}


.price-table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-weight: bolder;
}

.price-table td {
  padding: 0;
}


.price-table img {
  max-height: 28px;
  max-width: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.price-img-col {
  width: 40px;
  height: 30px;
}
.price-table .price-price-col {
  width: 30px;
  text-align: right;
  padding-right: 15px;
}

.channel-name-col {
  width: 140px;
  height: 30px;
}


@-webkit-keyframes yellow-fade{
    5%{ background-color:#ff8; }
}

@-moz-keyframes yellow-fade{
    5%{ background-color:#ff8; }
}

@keyframes yellow-fade{
    5%{ background-color:#ff8; }
}


.spaz-image {
    position: absolute;
    top: 20%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    border-radius: 20px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


#messages-table span {
  display:inline-block;
  width:130px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}

.messages-message {
  width:500px !important;
}

.channel-row-0 .highlight {
  font-weight: bold;
  color:gold;
  text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.channel-row-1 .highlight {
  font-weight: bold;
  color:silver;
  text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.channel-row-2 .highlight {
  font-weight: bold;
  color:#965A38;
  text-shadow:
       1px 1px 0 #000;
}


.channel-row-0 a:link,.channel-row-0 a:visited,.channel-row-0 a:active {
    color: gold;
}
.channel-row-1 a:link,.channel-row-1 a:visited,.channel-row-1 a:active {
    color: silver;
}
.channel-row-2 a:link,.channel-row-2 a:visited,.channel-row-2 a:active {
    color: #965A38;
}




