body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.table th {
   text-align: center;
}

.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

.filterable > .panel-heading{
  background-image: none;
  background-color: #fec503;
}

.form-control {
  text-align: center;
}

.panel.panel-default.filterable {
	overflow-x:auto;
}


body {
  webkit-tap-highlight-color: #fed136;
}


@media(max-width:768px){
	.panel-default {
		border-color: white;
	}
}