html,
body {
    background-color: #eee;
    margin:0;
    padding:0;
    height:100%;
}
.wrapper {
    min-height:100%;
    position:relative;
}
.main-container {
    padding: 10px;
    padding-bottom: 40px;   /* Height of the footer */
}
.footer {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    height: 40px;   /* Height of the footer */
}
.login.column {
    margin-top: 6rem !important;
}
.hidden {
    display: none !important;
}
.ui.segment,
.ui.menu {
    border-radius: 0;
}
#searchResult {
    overflow-x: scroll;
}