h1{
    font-size: 20px;
}

table.datagrid {
    width: 100%;
    border-collapse: collapse;
}

div > table.datagrid {
    margin-top: 10px;
    border: 1px solid #999999;
}

table.datagrid th{
    background-color: #cccccc;
    padding: 3px 3px 3px 6px;
}

div > table.datagrid > tbody > tr{
    border: 1px solid #999;
}

table.datagrid td{
    text-align: center;
    border-right: 1px solid #999;
}

table.datagrid td.has-table{
    padding: 0;
}

table.datagrid th:first-child, table.datagrid td:first-child{
    text-align: left;
}

table.datagrid td:first-child{
    padding: 6px;
    vertical-align: top;
}

table.inner {
    width:100%;
}

table.inner tr:not(:first-child){
    border-top: 1px solid #999;
}

table.inner td:last-child{
    border-right: none;
}

.school-title {
    font-size: 17px;
}

.bcDateEdit {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

    .bcDateEdit .bcDateEdit-inner {
        display: flex;
        margin-bottom: 10px;
    }

    .changes-content {
        margin: 0 1%;
    }
