.norating, .notcurrent{
    color:red;
    font-weight: 500;
}
.overview.container{
    border:1px solid black;
    border-radius: 2px;
    margin:1rem 0.2rem;
    padding:0.25rem;
    box-shadow:0 0 0.2rem;
}
.requirementstext{
    margin:1rem 0.2rem;
}
.overview.wrapper{
    margin: 0.3rem 0.1rem;
    padding: 0.1rem;
    flex-grow:1;
    max-width: 400px;
}
.overview.container h4, .overview.container h3{
    margin: 0.3rem;
}
#pilot-details table tbody tr th, #pilot-details table tbody tr td{
    text-align:left;
}
.overview.container p{
    margin: 0.3rem;
}
.table th, .table td{
    padding: 0.2rem;
    word-wrap: normal;
}
.table th{
    font-weight: 500;
}
.mintext{
    font-size:0.75rem;
    font-style: italic;
    align-self: center;
}
.table.fullwidth{
    width: 100%;
}
.sortable tr th{
    cursor:pointer;
}
.sortable tr th:hover{
    text-decoration: underline;
}
td.tosort{
    display:none;
}