.f-table {
            font-family:Arial;
            font-size:medium; 
            background-color: #ecf3fb;           
        }
        table, td, th 
        {    
            border: 1px solid #d7e8f9 ;
        }
        .s-table
		{
			border:0px None white !important;
			background-color: white;
			/*border-left-color:White;
			border-right-color:White;
			border-bottom-color:White;
			border-top-color:White;*/
		}
        .t-head
        {
			background:#0066cc!important;
			color:#fff!important;
			font-size:12px!important;
			font-weight:600!important;		 
		}
        tr:nth-child(even) 
        {
        	background-color: #d7e8f9;
        }
        .f-btn
        {
            color: White;
            background-color: rgb(51, 51, 153);
            font-weight: bold;
            outline: none;
            border:none;
            display: inline-block;
            text-decoration: none;
            color: #fff;
            font-size: 12px;
            font-family: 'Open Sans', sans-serif;
            text-transform: uppercase;
            padding: 4px 12px;
            cursor: pointer;
            border-radius: 4px;            
        }