﻿@media only screen and (max-width: 500px) {
    /* 
        Left align on narrower views.  This works around an issue in Chrome where the window
        never goes below 500px in width.  However on a docked Squad Call we go smaller.
    */
    .loading-text {
        text-align: left !important;
        margin-left: 20px;
    }
}

.squad-cast-body {
    background-color: black !important;
}

.squad-cast-body .body-content {
    padding: 0px !important;
}

.loading-text {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.squad-cast-body .loading-text {
    color: white !important;    
}
