
body{
  background : rgba(42, 40, 38, 1);
}
header{
  width : 1024px;
  border-radius: 10px;
  margin : 0 auto;
  padding : 25px;
}

header img{
  width : 150px;
}

#system_detections{
  border : solid 0px black;
  width : 1024px;
  border-radius: 10px;
  margin : 0 auto;
}

#system_detections td{
  padding : 15px;
}

#system_detections tr:hover{
  background : rgba(255,255,255,.1);

}
.detection{
    font-family: sans-serif;
    font-size : 14pt;
    padding : 5px;
    font-weight : bold;
}

.detection span{
  font-size : 18pt;
  font-weight : bold;
  color : rgba(48,212,148,1);
}

.check{
  width : 58px;
  height : 58px;
  padding : 10px;
}

.copyright{
  padding : 25px;
  text-align : center;
}

h3,h4, h6{
  color : white;
  text-align : center;

}

.loader{
  width : 50%;
  height : auto;
}

.wait{
  text-align : center;
}

.flyer{
  width : 100%;
}