.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}

.modal-title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    margin-left: 20px;
    padding-top: 20px;
}

.container-fluid>.row>div:nth-child(2)>.center_div {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding-top: 20px;

}

.container-fluid>.row>.center_div {
	background-color: #F5F5F5;
    border-radius: 10px;
    padding-top: 20px;
	padding-bottom: 10px;
}


.modal-body>.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

.panel-body.text-left {
    border-radius:10px;
}

/* Vertical line used in the stats.ftl reports tab on the page */
.verticalLine {
    border-left: 1px solid #aba6a6;
    margin: 40px 0px 0px 0px;
}

.center_div>table:nth-child(4)>tbody>tr>td>input[type="radio"] {
    margin-right: 5px;
}