  
.page-content__main input[type=radio]{
    margin-top:0.65em;
}

.page-content__main label{
    margin-top:0.2em;
}

legend {
    float: none; 
    }

.checkbox-group label, .radio-group label {
    padding-left:0;
    }

span.bold{
    font-weight: bold;
    }

.other_expense{
    background-color: none;
    }

.page-content__main .field-description{
    line-height:1.7em;
}

.button p a {
    background-color: #A6192E;
    border-color: #7A1024;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #FFFFFF;
    font-family: "DINWebMedium",sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 1em 0 10px;
    padding: 0.5em 1em;
    }

.credits_container{
    display: inline-block;
    margin-left: 0em;
    margin-right: 1.25em;
    }



.other_expense div{
    display: inline-block;
    margin-right:1em;
    margin-top:1.5em;
 
}

.other_expense input{
    width: 200px;
    height: 2.0em;
    padding:0 5px 0 10px;

    }


div.remove_button {
    vertical-align: bottom;  

    }

div.remove_button p {
    margin: 0;
    }

#question_supplies, #question_rent, #question_food{
    width:650px;
    padding-top:1em;
    }
    
#rent, #mealplan{
    width:70%;
    padding:0.25em 0.25em;
    margin-top:1em;
}

#question_which_program, #question_courses_or_coop, #question_new_student, #question_msp, #other_expenses_container, #question_units {
    padding-top: 0;
    }


.form_button p{
    margin: 3em 0;
    }

.form_button p a {
    color: #ffffff;
    font-family: "FFDINProCondBlack",sans-serif;
    font-size: 1em;
    font-weight: normal;
    padding: 1.2rem 4rem;
    text-transform: uppercase;
    text-decoration: none;
    }

.form_button p a:hover {
    background-color: red;
}
    
#calculate_total, #back_to_questions {
    background:#cc0633;
    border: 1px solid #cc0633;
    margin-right:0.5em;
    display:inline-block;
    margin-bottom:1em;
}

.form_button p a#calculate_total:hover, .form_button p a#back_to_questions:hover {
        background:#ffffff;
        color: #cc0633;
        margin-right:0.5em;
        }

.reset_questions {
    background: #fff;
    border: 1px solid #cc0633;
    color: #cc0633!important;
    display:inline-block;
    }

.form_button p a.reset_questions:hover {
        background-color: #cc0633;
        color:#fff !important;
    }    


#report_student_type, #report_program_type{
    /* font-family:"barlow-cond-bold", sans-serif; */
    font-weight: var(--sfu-font-weight--bold);
    font-size:0.9em;
    color:#49484a;
    }

.summary {
    border-bottom:0;
    padding-bottom:1.25em;
    }
    
.summary h2{
    font-size:1.5em;
    font-family:"FFDINProCondBlack", sans-serif;
    margin: 0.25em 0 0.75em 0;
    }

#total_value{
    color:#cc0633;
    /* font-family:"barlow-cond-bold", sans-serif; */
    font-weight: var(--sfu-font-weight--regular);
    font-size:3em;
    }

#results_table{
    border-collapse: collapse;
    width: 100%;
    border-bottom: 8px solid #eee;
    margin-top:3em;
    }

#results_table tr{
    border-bottom: 1px dashed #cecece;
    }

#results_table td{
    width: 50%;
    padding-top: 0.75em;
    padding-bottom: 1em;
    }

#results_table thead{
    border-bottom: 1px solid #eee;
    }

.align_right{
    text-align: right;
    padding-right: 18em;
    }

.expense-type{
    float:left;
    margin-right:2.5em;
    }


/* iPads (landscape) ----------- */
@media (max-width: 1024px){

    #rent, #mealplan{
        width:97%;
        }

    .expense-type {
        float: left;
        margin-right: 2em;
    }
    
    div.remove_button {
        width:97%;
        }
    
     #question_supplies, #question_rent, #question_food {
        width:100%;    
        }

    .other_expense input{
        width: 97%;
        }
    
    .other_expense div{
        display:block;
        margin-right:0em;
        }
    
    input[type="text"]{
        max-width:100%;
        }
 
    div.remove_button p{
        display:block;
        text-align:right;
        padding-top:0.5em;
        }
        
    .align_right{
        text-align: right;
        padding-right: 7em;
        }        
}

/* Smartphones (landscape) ----------- */
@media (max-width: 640px){
    .credits_container{
        display: block;
        }
        
     .align_right{
        text-align: right;
        padding-right: 0;
        }            

    div.remove_button{
        margin-left:0;
        }

    .other_expense input{
        width: 100%;
        }

    #rent, #mealplan{
        width:120%;
    }
        

}


@media (max-width: 360px){
    
    #rent, #mealplan{
        width:90%;
        }
    
        
}

          
    