* {
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
  margin: 0px;
  padding: 0px;
}

html{
  color: #fff;
  background-color: #2b2b2b;  
}

body{
  color: #fff;
  background-color: #2b2b2b;
}

#table_mvps {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table_mvps td, #table_mvps th {
  border: 1px solid #000;
  padding: 8px;
}

#table_mvps tr:nth-child(even){background-color: #1e1e1e;}

#table_mvps tbody tr:hover {background-color: #000;}

#table_mvps thead {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #c9c9c9;
  color: #000;
}

#table_mvps tbody tr{
  cursor: pointer;
}

input,select{
  color: #fff !important;
  background-color: #393939 !important;
  border-color: #808080 !important;
}

hr{
  border-top: 1px solid #626262 !important;  
}

.mob-dead-status{
  color: #02b902;
  font-weight: bolder;
}

.mob-alive-status{
  color: red;
  font-weight: bolder;
}


.header{
  text-align: center;
  position: relative;
}

.header img{
  height: 90px;
  width: auto;
}

.header .info-icon{
  border-radius: 50%;
  background-color: #0101a459;
  border: 1px solid white;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
}

.modal{
  color: #000 !important;
}

.modal .close{
  position: absolute;
  right: 16px;
  top: 20px;
}


.timer-mvp-image{
  max-width: 100%; 
  max-height: 100px;
}

.timer-map-image{
  max-width: 80px; 
  max-height: 80px;
}


.map-container{
  position: relative;  
}

.map-indicator{
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: red;
}

@media only screen and (max-width: 600px) {
  .header img {
    display: block;
    width: 40%;
    height: auto;
    margin-left: 30%;
  }

  .info-icon{
    display: none;
  }

  .no-mobile{
    display: none;
  }
}
