/* here you can put your own css to customize and override the theme */
.close {
    background-image: url("../img/remove-icon-small.png") !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 9px;
    margin-right: 0;
    margin-top: 0;
    outline: medium none;
    text-indent: -10000px;
    width: 9px;
}

.page-container{
    height: auto !important;
    min-height: calc(100vh - 212px) !important;
}
