/* style table default */
.tbl-content td { padding:5px 15px; }
.tbl-content { border:solid 1px #ccc; }
.tbl-content td, .tbl-content th { border-bottom:solid 1px #ccc; } /*20180530*/

/*style table 1*/
.tbl-content-1 {background-color:white; font-size:19px;}
.tbl-content-1 th, .tbl-content-1 td {border-top: 1px solid white; }
.tbl-content-1 thead tr td, .tbl-content-1 thead tr th {border-bottom: 2px solid white; font-weight:bold;}
.tbl-content-1 td, .tbl-content th { border:none; } /*20180530*/

/*style table 2*/
.tbl-content-2, .tbl-content-2.tbl-content-green, .tbl-content-2.tbl-content-orange {background-color:white; font-size:19px; }
.tbl-content-2  thead tr td, .tbl-content-2  thead tr th {background-color:#428bca; color:white;  font-weight:bold;}
.tbl-content-2.tbl-content-green  thead tr td, .tbl-content-2.tbl-content-green  thead tr th {background-color:#88c03a; color:white;  font-weight:bold;}
.tbl-content-2.tbl-content-orange  thead tr td, .tbl-content-2.tbl-content-orange  thead tr th {background-color:#FC9F27; color:white;  font-weight:bold;}

/*style table 3*/
.tbl-content-3, .tbl-content-3.tbl-content-green, .tbl-content-3.tbl-content-orange {background-color:white; font-size:19px; }
.tbl-content-3  thead tr td, .tbl-content-3  thead tr th {background-color:#428bca; color:white;  font-weight:bold;}
.tbl-content-3.tbl-content-green  thead tr td, .tbl-content-3.tbl-content-green  thead tr th {background-color:#88c03a; color:white;  font-weight:bold;}
.tbl-content-3.tbl-content-orange  thead tr td, .tbl-content-3.tbl-content-orange  thead tr th {background-color:#FC9F27; color:white;  font-weight:bold;}
.tbl-content-3 tr:hover,.tbl-content-3.tbl-content-green tr:hover,.tbl-content-3.tbl-content-orange tr:hover {background-color:#F5F5F5;}

/*style table 4*/
.tbl-content-4, .tbl-content-4.tbl-content-green, .tbl-content-4.tbl-content-orange {background-color:white; font-size:19px; }
.tbl-content-4  thead tr td, .tbl-content-4  thead tr th {background-color:#428bca; color:white;  font-weight:bold;}
.tbl-content-4.tbl-content-green  thead tr td, .tbl-content-4.tbl-content-green  thead tr th {background-color:#88c03a; color:white;  font-weight:bold;}
.tbl-content-4.tbl-content-orange  thead tr td, .tbl-content-4.tbl-content-orange  thead tr th {background-color:#FC9F27; color:white;  font-weight:bold;}
.tbl-content-4 tr:nth-of-type(odd), .tbl-content-4.tbl-content-green tr:nth-of-type(odd), .tbl-content-4.tbl-content-orange tr:nth-of-type(odd) {background-color: rgba(0,0,0,.05);}
.tbl-content-4 td { border:solid 1px #ccc; }

/*style table 5*/
.tbl-content-5, .tbl-content-5.tbl-content-green, .tbl-content-5.tbl-content-orange {background-color:white; font-size:19px; }
.tbl-content-5  thead tr td, .tbl-content-5  thead tr th {background-color:#428bca; color:white;  font-weight:bold;}
.tbl-content-5.tbl-content-green  thead tr td, .tbl-content-5.tbl-content-green  thead tr th {background-color:#88c03a; color:white;  font-weight:bold;}
.tbl-content-5.tbl-content-orange  thead tr td, .tbl-content-5.tbl-content-orange  thead tr th {background-color:#FC9F27; color:white;  font-weight:bold;}
.tbl-content-4 tr:nth-of-type(odd), .tbl-content-4.tbl-content-green tr:nth-of-type(odd), .tbl-content-4.tbl-content-orange tr:nth-of-type(odd) {background-color: rgba(0,0,0,.05);}
.tbl-content-5 td { border:solid 1px #ccc; }
