@charset "utf-8";
/* CSS Document */
.description {
	width: 100%;
	background-color: #FFFFFF;
	color: #333;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(237,237,237,1.00) 47.67%, rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(237,237,237,1.00) 47.67%, rgba(255,255,255,1.00) 100%);
	border: thin solid #C3C0C0;
}
.description tr td {
	font-size: 1.0em;
	height: 15px;
	padding: 5px;
	text-align: left;
}
.description tr th {
	font-size: 0.875em;
	padding: 5px;
	color: #000;
	text-align: center;
	font-weight: 400;
}
.description tr:hover, #description tr td.article:hover {
	background-color: #D4D0CE;
	color: #333;
}
.description p {
	height: 1.5em;
	font-size: 0.9375em;
	padding: 5px;
	text-align: left;
	color: #333;
}
.description tfoot td {
	height: 1.5em;
	padding: 5px;
	font-size: 0.9375em;
	text-align: center;
	background-color: #E5E5E5;
	color: #333;
}
.description caption {
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	height: 2em;
	padding: 10px;
	font-size: 1.2em;
	text-align: left;
	background-color: #DAD8D8;
	color: #333;
}
.footer_add {
	width: 100%;
	background-color: #FFFFFF;
	color: #333;
	border: thin solid #605E5E;
	border-radius: 10px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.95);
	}
.footer_add tr td {
	font-size: 1.0em;
	height: 15px;
	padding: 5px;
	text-align: left;
	width: 33%;
}
.footer_add tr th {
	text-align: center;
	background-color: #FFFFFF;
	border: none;
	width: 33%;
}

.article {
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
    width: 20% !important;
}
a:link { 
	color: yellowgreen;
	}
a:visited { 
	color: red;
	}
a:hover { 
	color: #333333;
	//background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}

.pad {
    padding-top: 1em;
}
table_footer {
	width: 100%;
	font-size: 70%;
	border-collapse: collapse;
} 
.data_80 {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
    width: 70%;
    font-size: 100%;
    padding-left: 3em;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    letter-spacing: .1em;
    color: #F8F4F4;
    text-decoration: none;
}
.data_80 a {
    color: white;
    text-decoration: none;
}
.ind_4 {
	line-height: 1.4em;
    font-size:  1em  !important;
    font-weight: 300  !important;
}
