@import url(https://fonts.googleapis.com/css?family=Expletus+Sans);

body
{
  margin:0;
  background-size:cover;
  background-attachment: fixed;

  font-family: "Expletus Sans", sans-serif;
}
img
{
  width:60px !important;
}
table
{
  width:100%;
  height:100%;
}

th,td
{
  text-align:center;
  color:#F1C232;
  border:1px solid white;
  border-collapse:collapse;
}

#ico
{
  width: 30px !important;
  height: 30px !important;
}

#ico2
{
  width: 70px !important;
  height: 40px !important;
  border-radius: 8px;
}

#ico3
{
  width: 35px !important;
  height: 30px !important;
}

h3 { color:#D18519; text-align: center; }