﻿#ep-report-page .detail-column {
    display: flex;
    flex-direction: column;
}

#ep-report-page .ep-detail-container {
    color: white;
    background-color: darkgray; /* #75a8ef;*/
    border-radius: 5px;
    padding: 10px;
}

#ep-report-page input[type='checkbox'] {    
    margin-right: 4px;
}

#ep-report-page .ep-detail-container label {    
    font-weight: normal;
}