html, body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  background: #ffffff;
  width: 100%;
  display: table;
}

font,th,td,p,span,input,select {  	
	font-family: "Abel", Arial;
	font-size: 14px;
	color: #000;
}

.menu_top:hover {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration:underline;	
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

#table_home_1 {
	width:90%; 
	text-align:center;
	color:green;
	margin: auto;
}

.td1_home1 {
	text-align:center; font-size:25px; width:40%; padding:4px 0px; color:orange;
}

.td2_home1 {
	text-align:center;
	font-weight:bold; 
	font-size:22px; 
	letter-spacing: 10px;
	padding:4px 10px;
	border: 2px groove #40D8FE;
    border-radius: 15px;
    box-shadow: 0 0 3px #40D8FE, 0 0 5px #40D8FE;
}
#table_home_2 {
	width:50%; float:left;
	text-align:center;
	margin: auto;
	padding:10px;
}

#table_home_2 caption {
	 color:#d02626; margin-top:20px; font-size:20px; text-transform:uppercase;
}

.td1_home2 {
    padding: 2px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border: 2px groove #B40A1A;
    letter-spacing: 10px;
    border-radius: 10px 20px;
    box-shadow: 0 0 3px #FF0020, 0 0 5px #FF1535;
}

.td2_home2 {
	padding:2px 0px;	
	text-align:center; font-weight:bold; font-size:15px;	
}

#table_home_3 {
	width:50%; float: right;
	text-align:center;
	padding:10px;
	margin: auto;
}

#table_home_3 caption {
	margin-top:20px;
	font-size:20px;
	color:#d02626;
	text-transform:uppercase;
}
.circle {
    margin-right: 5px; font-size:20px;
    line-height: 30px;
    padding: 3px 10px 3px 10px;
    border: 2px groove #FF1636;
    border-radius: 50%;
    box-shadow: 0 0 3px #380B00, 0 0 5px #FF7386;
}

.circles {
    margin-right: 5px;
    line-height: 22px;
    padding: 1px 6px 1px 6px;
    border: 2px groove #40D8FE;
    border-radius: 50%;
    box-shadow: 0 0 3px #40D8FE, 0 0 5px #40D8FE;
}