.obpCalculateForm table {
    width: 100% !important;
}
.obpCalculateForm table {
    border: 1px solid #ffffff !important;
    padding: 0 !important;
}
.obpCalculateForm input {
    background: #fff;

    width: 200px;
    padding: 6px 10px!important;
    margin: 0 !important;
    border: 1px solid #c5c2c2;
    box-shadow: none!important;
    border-radius: 30px;
    text-align: center;
    box-sizing: border-box;
    height: 50px;
    font-size: 16px;
}

.obpCitiesTable {

}

.obpCitiesTable td {
    border-color: #e1e0e0;
    text-align: center;
}

.obpCitiesTable select {
    width: 100%;
    font-size: 16px;
    text-align: center;

    color: #333;
    height: 50px;
    border-radius: 16px;
	font-weight: 600;



}

.obpCalculateForm .obpDesc {
    background-color: #f1f1f1;
    color: #2b40b1;
    font-size: 16px;
    text-align: center;
    font-weight: bold;

}

.obpCalculateForm table>thead>tr {
    font-size: 15px;
}

.obpCalculateForm table>thead>tr>th {
    background: #3f51b5;
    border: 1px solid #fff;
    color: #FFF;
    padding: 4px;
    text-align: center;
}

.obpCalculateForm table>tbody>tr>td {
   padding: 5px;
    text-align: center;
    width: auto;
	font-weight: bold;
}

.obpButtonWp button {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.75em 0 !important;
    text-align: center;
    border: none !important;
    border-radius: 4px !important;
}

.obpButtonWpRow {
    display: flex;
    align-items: center;
}

.obpButtonWp .obpSendBtn {
    width: 75%;
    margin-right: .5rem;
    background: #f44336;
}

.obpButtonWp .obpClearBtn {
    width: 25%;
    background: #4caf50 !important;
}

.obpResultForm {
    margin-top: 1.5rem;
}

.obpResultForm td {
    text-align: left !important;
}

.obpResultForm th {
    text-align: left !important;
}

.obpResultForm a {
    font-size: 16px;
    color: #024959;
    font-weight: bold;
}

.obpResultForm .obpPoint {
    font-size: 16px;

}

.obpResultForm .otherSchoolsWp {
    text-align: center !important;
}
.obpResultForm .iconText {
    font-size: 15px;
    color: red;
    font-weight: bold;
}



@media only screen and (max-width: 768px) {
    .obpCalculateForm input {
        width: 120px;
    }
    .obpCalculateForm select {
        width: 100%;
    }

}

.obpCitiesTableRow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: #f1f1f1;
    padding: 1rem .5rem;
}
.obpCitiesTableRow .obpCitiesTableRowLeft {
    width: 50%;
    margin-right: 1rem;
}
.obpCitiesTableRow .obpCitiesTableRowRight {
    width: 50%;
}