﻿@media only screen and (max-width: 767px) {
    .centered60 {
        width: 100% !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
    .mobileGroupIndent {
        padding-top: 20px;
    }
}
body {
}
.centered60 {
    width: 60% !important;
    margin-top: 100px;
    margin-left: 20%;
}
.mobileAlign {
    text-align: center !important;
}

.maxWidth {
    max-width: 360px !important;
}

.fullHeight {
    height: 100% !important;
}

.fullWidth {
    width: 100% !important;
}
