@charset "utf-8";
.merit-list a{font-weight: bold;}
.merit-list {padding: 10px;}
.merit-list li::marker{
	color:  #8A0000;
	padding-right: 10px;
	font-weight: bold;
}
.merit-list li {
	padding: 20px;
	background: #E5E5E5;
	margin-bottom: 10px;
	border-radius: 0px 10px 10px 0px;
	color: #7F0002;
	border-left: 1px solid #920000;
}
.merit-list li {
	line-height: 1em;
}
.merit-list td:first-child {
	width: 12%;
	font-weight: bold;
	text-align: left;
	background: #A70000;
	color: #fff;
	border: #fff 1px solid;
}
.merit-list td:not(:first-child){
	width: 9.77777%;
	 
}

/*TABLE*/

.merit-list table,.merit-list td, .merit-list th {
  border: 1px solid #707070;
	text-align: center;
	color: #000000;
	font-size: 1em;
	position: relative;
}

.merit-list table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
    margin-top: 10px;
}
.sidenav-r {
	display: none;
}

@media (max-width: 668px){
.alert h1 {
    font-size: 1.4rem;
    text-align: center;
}
	.merit-list td:first-child {
	width: 20%!important;

}
}
@media (min-width: 768px){
.col-md-8 {
    /*width: 83.33% !important;*/
	width: 100% !important;
}}

.blinking{
	animation:blinkingText 1.3s infinite;
  font-size: .7em;
    margin-left: 5px;
     
    position: absolute;
	top: 5px;
	right: 7px;
}
@keyframes blinkingText{
	0%{		color: #000;	}
	49%{	color: yellow;	}
	50%{	color: red;	}
	99%{	color:green;	}
	100%{	color: #920000;	}
}


.header {
    width: 100%;
    height: 80px;
    padding: 0 20px;
    /* overflow: hidden; */
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    z-index: 99;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.merit-list td:nth-child(2) em{
	animation:blinkingText 1.3s infinite;
  font-size: 1.2em;
	font-weight: 600;
    
}
@keyframes blinkingText{
	0%{		color: #000;	}
	49%{	color: yellow;	}
	50%{	color: red;	}
	99%{	color:green;	}
	100%{	color: #920000;	}
}
.merit-list td:nth-child(2) a{
	font-size: 1.3em;
}
.alert table,.alert td,.alert th {
  border: 1px solid #EB0003;
	text-align: center;
	color: #000000;
	font-size: 1.1em;
	position: relative;
}
 

/*.merit-list td:nth-child(10), 
.merit-list td:nth-child(9),
.merit-list td:nth-child(8),
.merit-list td:nth-child(7),
.merit-list td:nth-child(6),
.merit-list td:nth-child(5),
.merit-list td:nth-child(4),
.merit-list td:nth-child(3)

{
display: none;
    
}*/
.sidenav {
    display: none;
}

 