﻿.CenterMe {
    vertical-align: middle !important;
    text-align: center;
}

.NoWidth{
    width:0px;
}

.TopBanner {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 40%;
    font-size:16px;
}

.ContentCentered {
    max-width: 80em;
    margin: auto;
    float: none;
}

.ColorMeRed{
    color:red !important;
}

.ColorMeBlue{
    color:blue !important;
}

.ColorMeGreen{
    color:green !important;
}