.calculator-wrapper{

}
.calculator-container{
    width: 90%;
    margin: 0 auto;

}
.calc-input-section
.dataTable {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
.calculate-button{
    background: #e01212;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}
.calculate-button:focus{
    outline: none;
    border: none;
}
#carreraTextarea{
    width: 100% !important;
}
.dataTable{
    border-collapse: collapse;
	width: 100%;
}
.carrera-calc-usage{
    width: 100%;
    
}
.text-right{
    text-align: right !important;
}
#result-error{
    text-align: center;
    font-size: 22px;
    color: #e01212;
}
#totalSum{
    color: #e01212;
    font-size: 22px;
    font-weight: bold;
}
.carrera-calc-usage p{
    margin: 0 0 5px 0;
    text-align: right;
    font-size: 15px;
}
.carrera-calc-usage p span{
    color: #e01212;
    font-size: 18px;
    font-weight: bold;
}
.carrera-calc-btn{
    margin: 10px 0 15px 0;
}
.dataTable th{
    color: #e01212;
    text-align: center;
    font-size: 18px;
}
.dataTable th,
.dataTable td{
    border: 1px solid #c6c6c6;
    font-size: 15px;
    padding: 5px 5px;

}
.dataTable td{
    text-align: center;
}
.dataTable td:first-child{
    text-align: left;
}
.carrera-hide{
    display: none;
}

#textarea{
font-size: 15px !important;
}







@media screen and (max-width: 992px){
    
}

@media screen and (max-width: 768px){
    
}

