.h1, .h2{
    font-family: inherit;
    text-align: center;

}
.h2{
    font-size: 22px;
}
.h1{
    color: #337ab7;
    font-size: 30px;
}
#sub_heading{
    color:rgba(0,0,0,0.65);
}
#one{
    text-align: center;
}
button{
    font-size: 2rem;
    height:35px;
    width:100%;
    color:white;
    background-color: #5bc0de;
    outline: none;
    border-right-style: hidden;
    border-bottom-style: hidden;
    border-color: white;
    margin-left: 2px;
}
button:hover{
    background-color: #d9534f;
    border: 2px solid #d9534f;
}
.selected{
    background-color: #d9534f;
    border-color: #d9534f;
}
.pad{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.col-pad{
    padding-right:0;
    padding-left:0;
}

#result_heading{
    background-color: #d9534f;
    text-align: center;
    margin-bottom: 0;
    margin-top: 50px;
    padding-top: 10px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    height: 40px;
    /*margin-left: 5%;*/
}

#result_para{
    padding-top:30px;
    text-align:center;
    /*margin-left:5%;*/
    background-color: rgba(0,0,0,0.06);
}
span#para_part1{
    padding-left:25px;
    padding-right: 25px;
    text-align: left;
    display:block;
    margin-bottom: 5px;
    font-size: 1.5rem;
}
span#para_part2{
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
    display:block;
    font-size: 1.5rem;
    padding-bottom: 15px;
}
.hide{
    display: none;
}
