input {
    margin-bottom: 30px;
    width: 2.5em;
    margin-left: 6px;
}







/***********Alternate coloring of the sections*/

.listening-section,
.reading-section,
.homework-section,
.behaviour-section{
    background-color: rgb(49, 184, 188);
}

.speaking-section,
.writing-section {

    background-color: #49979a;
}

.homework-section,
.behaviour-section {

    display: table-cell;
}

.homework-behaviour-section {

    display: table;
    
    table-layout: fixed;
    width: 100%;
}

.homework-behaviour-section input {
    
    min-width: 35%;
    
    
}

.homework-behaviour-section .inlineblock-h3, .homework-behaviour-section span {
    
    font-size: 1em;
}

/***********/
