html {
    position: relative;
    min-height: 100%;
}

.required {
    color: #ff0000;
    font-weight: bold;
}

.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
}

.sticky-footer p {
    margin-bottom: 0;
}


/* Bootstrap IE10 viewport bug workaround */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }
