
    
.mystyles{border:1px solid #000;font-size:14px;color:#fff;background:#444;padding:5px;}
.styled-select{width:240px;height:34px;overflow:hidden; no-repeat right #ddd;border:1px solid #ccc;}
.styled-select select:focus{outline:none;}

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   }

.widget-title{font:normal 24px/28px Georgia,"Times New Roman",Times,serif;margin:0 0 5px;padding:0;color:#fff;}

p
{
color:rgb(255,255,255);
} 

#main {
    background: none repeat scroll 0 0 #37607D;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
    margin-bottom: 30px !important;
    
      padding-top: 10px;
      padding-right: 5em;
      padding-bottom: 0.35in;
      padding-left: 5em;
}
	
    tr:nth-of-type(odd) {
  		background-color:#CCFFCC;
    }
    tr:nth-of-type(even) {
  		background-color:#CCFFCC;
    }  	

    table.table_filter tr:nth-child(odd)
    {
            background-color:#37607D;
    }

    /* make sure teams list header is the correct colour - teams.php*/
    table.table_no_first_col > tbody > tr:first-child{
    font-weight: bold;
    background-color:#37607D;
    }

    .table_filter tr>td:first-of-type{
    font-weight: bold;
    background-color:#37607D;
    }	

    /* prevent each row of table showing first col - teams.php*/
    .table_no_first_col tr>td:first-of-type{
    font-weight: bold;
    background-color:#FFFFFF;
    display: none; 
    }

    /* prevent header of table showing first col - teams.php*/
    .table_no_first_col tr>th:first-of-type{
    font-weight: bold;
    background-color:#FFFFFF;
    display: none; 
    }
    
    td.td-1 {
    color:#666666;
    }   
    
    <!-- classes -->
    
    .form_nav
    {
    float:left;
    padding-right: 10px;
    }
    
    .form_nav_input
    {
    padding-right: 10px;
    }
    
    div.center_div table 
    {
        margin: 0 auto; 
        text-align: left;
    }
    .buttonHolder{ text-align: center; }

    input { display: inline; }
    
    html {
    overflow-y: scroll;
    }