﻿.previous{
    border-color: #ec438f;
    border-width: 1.5px;
}
.numberchecklistpadding{
    padding:20px 0px 30px 0px;
}
.nextmarginleft{
    margin-left:8px;
}
.buttonselectionwidth{
    width:23.5%;
}
.contentHeight{
    line-height:40px;
}
.contentmargin{
    padding-top:10px;
}
@media only screen and (max-width: 800px) {
    .nextmarginleft{
        margin-left:4px;
    }
    .buttonselectionwidth{
         width:28%;
    }
    .contentHeight{
        line-height:37px;
    }
}