﻿
.HLinkWrapper a, .HLinkWrapper p, .HLinkWrapper span {
    color: #fff;
    font-weight: lighter;
    font-size: 12px;
}

    .HLinkWrapper a:hover, .HLinkWrapper a:visited, .HLinkWrapper a:focus, .HLinkWrapper a:active {
        color: white;
    }

.HLinksRight {
    text-align: right;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .HLinksRight {
        text-align: Left;
    }
}



