@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto' !important;
}

p {
    font-family: 'Roboto' !important;
}
.form-control{
    height: 40px !important;
    margin-bottom: 15px !important;
    font-family: 'Roboto' !important;
}

.validation {
  color: red !important;
  font-size: 13px;
  margin: 0px;
  /* padding: 0px; */
  /* background-color: red; */
}


.ui.celled.table tr td, .ui.celled.table tr th {
  border-left: none !important;
}

.table td, .table th {
  padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    width: 1%;
}