@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
.schedules-table td:first-child {
  padding-left: 0.5rem !important;
  padding-right: 0rem !important;
}
.schedules-table td:nth-child(2) {
  padding-left: 0rem !important;
}
.schedules-table .schedules-table-row {
  cursor: pointer;
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
