@font-face {
  font-family: 'digital';
   src:url(../fonts/digital-7/digital-7.ttf)
}
body{
  background:#dae0e530; 	
}

.container h2,h1{
	color: #ff0606;
	margin-top: 20px;
}
.Box{
	min-height: 110px;
	border: 2px solid #d80f0f;
	border-radius: 3px;
	background-image: url(../images/back.jpg);
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 3px;
}
.Box .Time{
    /* font-family: 'digital'; */
    font-size: 22px;
    font-weight: bold;
    color: #fafafa;
}

.Box .Result{
	    font-size: 20px;
	    font-weight: bold;
	    color: #010101;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
      background: white;
      color: #010101;
      font-size: 100%;
      border: 1px solid #ddd;
}
 h3 {
    font-size: 20px;
}

table th,
table td {
padding:0;
    text-align: center;
    border: 1px solid #c17f2a;
    font-size: 100%;
}

table th {
  
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
h2 img{
	    width: 50%;
}

table th {
    font-size: 8px;
}
table td{
	    font-size: 80%;
}
table hr.hr {
   width: 18px;
}
.container h2, h1 {
   margin-top:10px;
    font-size: 25px;
}
/*  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
	padding-top: 11px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }*/
}
.ResultTable{
  background: #ffaa02;
  margin-top: 20px;
}
.ResultTable h3{
 color:#FFF	
}
.fot{
color:#FFF;
margin:20px 0;
    font-size: 18px;	
}

@media only screen and (max-width: 600px) {
  .Box {
         min-height: 80px;
  }
  .Box .Time{
	  font-size: 20px;  
  }
  .Box .Result {
    font-size: 18px;
  }
}
hr.hr{
	border-top: 2px solid;
    width: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.h3 {
    float: left;
    color:#FFF;
    background: red;
    padding: 0 5px;
    letter-spacing: 5px;
    font-size: 30px;
    border-radius: 3px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
