/* CSS Document for Timers */
  
  /* Main containers */

  .heading1 {
    text-align: center;
    font-family:'Arial','sans-serif';
    font-size:24px;
    font-weight:bold;
    margin:0 0 10px 0; /* top right bottom left */
  }
  
  .container {
    float:left;
    width: 95%;
    height: 100%;
    margin:1% 2% 3% 2%; /* top right bottom left */	
    border: 0px solid #f00;
  } 

  .leftMain {
    float: left;
    width: 25%; 
    min-width: 150px;
    height: 100%;
    text-align: center;
    font-family:'Arial','sans-serif';
    font-size:12px;
    font-weight:bold;
    line-height:14px;
    padding:0 0 0 0; /* top right bottom left */
    overflow:hidden;
    border: 0px solid #00f;
    } 

  .centerMain {
    float: left;
    width: 29%; 
    height: 100%;
    text-align:left;
    padding:0 0 0 0; /* top right bottom left */
    border: 0px solid #00f; */ 
  } 

  .centerMain h2 {
    font-family:'Arial','sans-serif';
    font-weight:bold;
    font-size:18px;
    color:#0000FF;
    line-height:18px;
  }

  .centerMain h3 {
    font-family:'Arial','sans-serif';
    font-weight:bold;
    font-size:13px;
    line-height:14px;
    color:darkblue;
  }

  .centerMain p,i {
    font-family:'Arial','sans-serif';
    font-weight:bold;
    font-size:13px;
    color:darkblue;
    line-height:15px;
    text-align:left;
  }

  .centerMain p a {
    font-size:11px;
    color: #999;
    text-decoration:none;
  }
/*
  .centerMain ul {
    font-size:14px;
    font-weight:normal;
    line-height:15px;
    color:darkblue;
  }
*/
  .rightMain {
    float: left;
    width: 44%;
    min-width: 150px;
    height: 100%;
    text-align: center;
    padding:0 0 0 1%; /* top right bottom left */
    border: 0px solid #00f; */ 
  }

  .footerMain {
    display:none;
  } 

  .footer {
    float: left;
    display:block;
    width: 100%;
    line-height:16px;
    text-align:center;
    font-family: sans-serif;
    font-size:15px;
    font-weight:bold;
    border: 0px solid #f00;
  } 

/* ============================================================ */
/* CSS for tables - START                                       */
/* ============================================================ */
  table.timers {
    background-color:lightgray;
    border-style:none;
/*  border-style:solid;
    border-width:1px;
    border-color:lightgray; */
    width:100%;
  }

  table.timers td {
    background-color:#fff;
    border-style:none;
/*  border-style:solid;
    border-width:1px;
    border-color:lightgray; */
    font-family:'Arial';
    font-size:13px;
    color:darkblue;
    line-height:14px;
    }

  table.timers td.discontinued {
    color:#A9A9A9;	  
  }	
	
/* ============================================================ */
/* CSS for tables - END                                         */
/* ============================================================ */

/* ============================================================ */
/* Media Queries - START                                        */
/* ============================================================ */
@media all and (max-width : 768px) {
 
  .heading1 {
    font-size:18px;
    margin:0 0 10px 0; /* top right bottom left */
  }

  .leftMain {   
    float: left;
    width: 100%; 
  }

  .leftMain p {   
    display:none;
  }

  .rightMain {   
    float: left;
    width: 100%; 
    padding:0 0 0 0; /* top right bottom left */
  }

  .centerMain {
    width:96%;
    min-width: 200px; 
    float:left;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    line-height:14px;
    padding:0 2% 0 2%; /* top right bottom left */
    border: 0px solid #00f; 
  } 

  .centerMain h2 {
    font-size:16px;
    line-height:16px;
  }

  .centerMain h3 {
    font-size:12px;
  }
    
  .centerMain p,i {
    text-align:center;
    font-size:12px;
    line-height:12px;
  }

  .footerMain {
    display:block;
    width:100%;
    float:left;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    line-height:35px;
  } 

  table.timers td {
    border-style:solid;
    border-width:1px;
    border-color:lightgray;
    font-family:'Arial';
    font-size:10px;
    color:darkblue;
    line-height:11px;
  }

  .footer {
    line-height:12px;
    text-align:center;
    font-size:12px;
    width:96%;
    padding:0 2% 0 2%; /* top right bottom left */
    border: 0px solid #f00;
  } 
}
/* ============================================================ */
/* Media Queries - END                                          */
/* ============================================================ */

