﻿html {
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    background-color: #fff !important;
    -webkit-text-size-adjust: 100%; /*stops zoom-in when flipping mobile from portrait to landscape*/
}

body {
    font-family: Montserrat;
    height: 100%;
    color: #58595b;
}

.MainPage {
    height:100%;
    
}

.row {
    border:none;
}

.reviewScore {
    float: left;
}

.reviewText {
    float: left;
}

table {
    border-spacing: 0;
}

a {
    color: #1375e6;
}

.ajax-loader {
    z-index: 100000;
    position: fixed;
    left: 43%;
    top: 62%;
    margin-top: -50px;
    margin-left: -50px;
    display: block;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db;
    border-bottom: 16px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    margin-top: -25px;
    margin-left: -25px;
}