@charset "utf-8";
/* CSS Document */



/*=======================================================================

    Table
    
 ========================================================================*/
table.general {
    border-spacing:1px;
    background-color:#b8b8b8;
    width:100%;
}
.caption {
	font-weight:bold;
    background-color:#50adea;
    border-bottom:2px solid #1975d7;
    color:#fff;
    padding:10px 0;
	text-align: center;
}
.caption a {
	color: #fff;
}
.caption_caede {
	font-weight:bold;
    background-color:#bd4949;
    border-bottom:2px solid #bb0707;
    color:#fff;
    padding:10px 0;
	text-align: center;
}
.caption_appsnaut {
	font-weight:bold;
    background-color:#4c7b3a;
    border-bottom:2px solid #799c6b;
    color:#fff;
    padding:10px 0;
	text-align: center;
}

table.general td, th {
    padding:5px;
    line-height:1.5;
}

.table tbody td ul li {
	padding: 0;
	margin: 0;

}

table.general thead th {
    text-align:center;
    background:#f5f5f5;
    color:#666;
    border:1px solid #fff;
    text-transform:uppercase;
}
table.general tbody th {
    font-weight:bold;
	font-size: 12px;
	font-size: 1.2rem;
}
table.general tbody tr {
    background-color:#fff;
    text-align:left;
}
table.general tbody tr.odd {
    background:#f9f9f9;
    border-top:1px solid #fff;
}
table.general tbody th a:link, tbody th a:visited{
    color:#96d030;
    padding-left:18px;
}
table.general tbody th a:hover {
    color:#ff8601;
}
table.general tbody tr td { 
    background:#fff;
    border:1px solid #fff;
}
table.general tbody tr.odd td { 
    background:#f9f9f9;
    border-top:1px solid #fff;
}
table.general td a:link, table.general td a:visited {
    color:#1975d7;
    text-decoration:none;
}
table.general td a:hover {
    color:#50adea;
    border-bottom:2px solid #8fd5ff;
    text-decoration:none ;
}

table.general tfoot th, tfoot td {
    background-color:#e7e7e7;
    text-align:center; 
    font-size:1.2em; font-weight:bold; font-style:italic;
    border-bottom:3px solid #ccc;
    border-top:1px solid #dfdfdf;
} 





table.tabline {
    border-spacing:1px;
    width:100%;
}
table.tabline td, th {
    padding:5px;
    line-height:1.5;
}

.table tbody td ul li {
	padding: 0;
	margin: 0;

}

table.tabline thead th {
    text-align:center;
    background:#f5f5f5;
    color:#666;
    text-transform:uppercase;
}
table.tabline tbody th {
    font-weight:bold;
	font-size: 14px;
	font-size: 1.4rem;
}
table.tabline tbody tr {
    text-align:left;
	border-bottom:2px dotted #b8b8b8 !important;
}
table.tabline tbody tr.odd {
    background:#f9f9f9;
}
table.tabline tbody th a:link, tbody th a:visited{
    color:#96d030;
    padding-left:18px;
}
table.tabline tbody th a:hover {
    color:#ff8601;
}
table.tabline tbody tr td { 
    background:#fff;
}
table.tabline tbody tr.odd td { 
    background:#f9f9f9;
}
table.tabline td a:link, table.tabline td a:visited {
    color:#1975d7;
    text-decoration:none;
}
table.tabline td a:hover {
    color:#50adea;
    border-bottom:2px solid #8fd5ff;
    text-decoration:none ;
}

table.tabline tfoot th, tfoot td {
    background-color:#e7e7e7;
    text-align:center; 
    font-size:1.2em; font-weight:bold; font-style:italic;
    border-bottom:3px solid #ccc;
    border-top:1px solid #dfdfdf;
} 









table.sty {
	border: 2px solid #ccc;
	width: 100%;
}

table.sty th {
	padding: 10px;
	border-bottom: 2px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 140%;
	background-color: #4e6874 !important;
	color: #fff;
	text-align: center;
}

table.sty td {
	padding: 10px;
	border: 2px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
}


td.event_gr {
	background-color: #f8f8f8;
}







@media only screen and (max-width:800px){
.table{
	display: block;
	background-color:#fff !important;
}
.table thead{
	display: none;
}
.table tbody{
	display: block;
}
.table tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
.table tbody th,
.table tbody td{
	display: list-item;
	list-style-type: none;
	border: none;
}
.table tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #b8b8b8;
}
.table tbody td{
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}


table.general tbody tr.odd, table.general tbody tr.odd td {
    background:#fff;
    border-top:none;
}

}
