﻿.none{
    display:none;
}

.css-table
{
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
    margin: 0;
}


.css-table .td, .css-table .th{
	padding: 10px;
    vertical-align:middle;
}
.css-table .td1, .css-table .th{
	padding: 10px;
    vertical-align:middle;
}

.css-table .td a{
    color: #000000;
}
.css-table .td1 a{
   
}
.css-table .td{
	color: #666666;
	border-bottom: #ddd 1px dashed;
}

.css-table .td1{
	color: #666666;
	border-bottom: #ddd 1px dashed;
}

.css-table .th{
	background-color: white;
	color:black;
	border: white 1px solid;
	text-align: center;
}


.css-table{
	display: table;
}
.css-table .thead{border-bottom:2px solid #c3b850;display:table-header-group;}
.css-table .thead1{    border-top-color: #dedede;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #dedede;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    PADDING-BOTTOM: 7px;
    PADDING-TOP: 7px;}

.css-table .tbody{
	display:table-row-group;
}
.css-table .tr{

	display:table-row;
}
.css-table .th,
.css-table .td{
	display:table-cell;
}
.css-table .th,
.css-table .td1{
	display:table-cell;
}



@media only screen and (max-width:768px ) {
    .css-table .mobile{
        display:none;
    }

    .css-table .td a{
    
        display:block;
        line-height:150%;
    }

    .css-table .td1 a{
    
        display:block;
        line-height:150%;
    }
}