﻿/**
 * This file contains site specific styles for the /Shared/_Aboutpartial page.
 * Use this file if you want to adjust styles specific for this page.
 */

.aboutLink {
    cursor: pointer;
}

#SBCabout {
    font-size: 14px;
    text-align: left;
}

    #SBCabout .modal-dialog {
        width: 600px;
    }


.lblvalue {
    display: inline-block;
}

.productname {
    font-size: 21px;
    padding-bottom: 5px;
    font-weight: normal;
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
}

.Releaseinfo, .versioninfo, .sbctitle {
    width: 100%;
}

.buildinfo {
    padding-top: 15px;
    width: 100%;
    padding-bottom: 5px;
}

.sbcaboutlogo {
    float: left;
    margin-right: 20px;
}

.copyright {
    padding-bottom: 20px;
}

.navigateLink {
    color: red !important;
}

.sbcfooterlogo {
    text-align: right;
}

#getclmprogress {
    padding-bottom: 5px;
}

.Releaseinfo {
    padding-bottom: 5px;
}
