html,
body,
ul,
ol {
    
    margin: 0;
    padding: 0; 
}

html, 
body {
    
    background: #f5f5f5;
  
}
.alert {
    font-weight: bolder;
    display: none;
}
.cal-container {
    
    margin-top: 100px;
}

 
.cal-fields,
.cal-result {
    padding:40px 20px;
    min-height: 550px;
}

.cal-fields {
    
    background: #91b0ce;
}

.cal-result {

    background: #6c96bf;    
    color:white;     
}

.cal-fields .form-control {
    
    padding:5px 10px;    
    height: 50px;
    
}

.control-label {
    margin-top: 10px;
    color: #eeeeee;    
} 

.result-label {
    font-weight: bolder;
    margin-top: 50px;
    border-bottom: 1px white solid;
    margin-left: 0px;
} 

.res {
    color:#950000;
    font-weight: bolder;
}

.input-group-addon {
    
    font-weight: bolder;
    padding: 0 12px;    
}

@media(max-width:750px) { 
    
    .cal-fields,
    .cal-result {
        
        min-height: 300px;
    }   
}

@media(min-width:1000px) {
   
   .cal-fields .form-control {
        
       font-size:16px;
       font-weight: bold;     
   } 
   
   .cal-result {
       
       font-size: 18px;
   } 
}