﻿.none{
    display:none;
}

.css-table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    margin: 0 auto;
}


.css-table .td, .css-table .th{
	padding: 0 10px 10px 10px;
    vertical-align:middle;
}

.css-table .td a{
    color: #000000;
}

.css-table .td{
	color: #515151;
	border-bottom: #ddd 1px dashed;
}



.css-table .th{
	background-color: transparent;
	color:black;
	border: white 1px solid;
	text-align: center;
}


.css-table{
	display: table;
}
.css-table .thead{border-bottom:2px solid #1d9a74;display:table-header-group;}
.css-table .tbody{
	display:table-row-group;
}
.css-table .tr{

	display:table-row;
}
.css-table .th,
.css-table .td{
	display:table-cell;
}




@media only screen and (max-width:768px ) {
    .css-table .mobile{
        display:none;
    }

    .css-table .td a{
    
        display:block;
        line-height:150%;
    }
}