html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.row {
    display: flex;
}

.column:first-child {
    flex: 10%;
}

.column:last-child {
    flex: 90%;
}
.details-table, .details-table th, .details-table tr, .details-table td {
    border: 1px solid grey;
}

    .details-table td, .details-table th {
        padding: 5px;
    }

.pagination .active a, .pagination .active a:hover {
    color: #fff;
    background-color: #428BCA;
}

.field-validation-error {
    color: red;
}
.upload-container{
    margin-bottom:50px;
}

@media only screen and (max-width: 750px){
    .details-table{
        display:block;
    }
}