/*

Your custom css

*/

table {
    background: transparent !important;
}


.white {
 color: #fff;
}

.input {
    font-family: "Exo" !important;
    color: #fff;
    display: inline-block;
}

table, th, td {
  font-family: "Exo" !important;
}

.styled-select.slate select {
   font-family: "Exo";
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
   color: #fff;
}

.slate   { 
        font-family: "Exo" !important;
	color: #fff;
}

.slate select   {
  color: #fff;
  font-family: "Exo" !important;
}


