/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 14, 2017, 1:07:16 PM
    Author     : bci
*/

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 1px;
    text-align: center;
}
table#t01 {
    width: 90%;    
    background-color: black;
}

table#t02 {
    width: 70%;    
    background-color: black;
}
.container {
    position: relative;
}

.overlay_center {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: blueviolet;
}

.accu{    
    text-align: center;
    font-size: 28px;
    color: graytext;
}


.ChannelDescription
{
    width:560px; color:Gray; white-space:normal; font-size:14px; word-wrap: break-word;
}

.footer {
  height: 50px; /* the footer's total height */
}

.footer-content {
  background-color: #f3e5f5;
  border: 1px solid #ab47bc;
  height: 32px; /* height + top/bottom paddding + top/bottom border must add up to footer height */
  padding: 8px;
}

#content input
{
    width:90%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}