body {
  font-family: FFDINStdRegular;
  margin: 0 auto;
  text-align: center;
}

table-container {
  width: 95%;
  margin: 0 auto;
}

#all-table {
  width: 100% !important;
}

th {
background: #333;
color: white;
font-family: FFDinStdBold;
cursor: s-resize;
background-repeat: no-repeat;
    background-position: 3% center;
    border: .5px solid #ccc;
    text-align: left;
    padding-left: 10px !important;
}
td{
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}
td.dt-left-td {
  text-align: left;
}

.fixed-width {
  width: 100px !important;
}

select:focus {
    outline:none;
}

input:focus {
    outline:none;
}

span {
  font-weight: bold;
  font-size: 18px;
}

select {
  text-align: center !important;
  margin: 0 auto;
  color: #000;
  padding: 2px 20px;
  text-align-last:center;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: .9375rem;
  height: 2.5rem;
  margin-bottom: 10px;
}

#all-table_filter {
	margin-bottom: 10px;
}

#all-table_filter input {
   border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 2px !important;
  font-size: .9375rem !important;
  height: 2.5rem !important;
}

.policy a {
	color: #e6510f;
  	text-decoration: none;
  	font-family: FFDINStdBold;
}

.flex-container-logo {
  display: flex;
  align-items: center;
}
.company {
  color: #4a4a4a;
  text-decoration: none;
  font-family: FFDINStdBold;
}
.company-name {
  padding-left: 15px;
}