html, body {
    height:100%;
    font-family: 'Montserrat', sans-serif;
    color:#000;
    font-size:14px;
    background:url('/images/background.png') no-repeat center top;
}

.outer-wrapper {
    display: table;
    width: 100%;
    height: 80%;
}

.inner-wrapper {
    display:table-cell;
    vertical-align:middle;
    padding:15px;
}
.search_res, .search_res a{
    color:#6f727c;
    text-align: center;
    font-size:16px;
    margin:10px 0 0;
}
.history_res, .history_res a{
    color:#6f727c;
    text-align: center;
    font-size:16px;
    margin:10px;
}