#buttonContainer {
    margin: auto;
    width: 800px;
    text-align: center;
    padding-top: 50px;
}

#buttonContainer button {
    margin-top: 25px;
    width: 200px;
    display: inline;
}

.landingButton {
    padding: 20px;
    width: 300px !important;
    text-align: center;
    width: 100px;
}

#template {
    padding-top: 10px;
    padding-bottom: 20px;
}

#info {
    margin-top: 50px !important;
    width: 800px;
    margin: auto;
    text-align: center;
}

.handsontable {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    /*min-height: 80px;*/
}

.jf-checkbox-icon {
     display: inline-block;
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    border: 1.5px solid #bdc3c7;
    border-radius: 3px;
    background: #fff;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
}

.jf-checkbox-icon:hover {
    border-color: #58b92d;
}

.jf-checkbox-icon.active {
    background: #58b92d;
    background-color: #58b92d;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    border-color: #58b92d;
}

#includeSubmissionDateContainer {
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 15px;
}

#matrixInstructions {
    color: red;
}


.fileUploadInfo {
    margin: 5px;
    padding: 5px;
    border: 1px solid #cfcfcf;
    background-color: #dadad7;
}
