﻿

.pwcweb.container {
    background: #fff;
}





ul.big-alpha-tag {
    list-style: none;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 115%;
}

    ul.big-alpha-tag li {
        display: inline;
        padding: 5px;
    }



ul.small-alpha-tag, ul.small-alpha-tag ul {
    list-style: none;
}


ul.ul-item {
    list-style: none;
}

i.circle {
    display: inline-block;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    border: 1px solid #005eb8;
    padding: 9px;
    margin-right: 5px;
    color: #005eb8;
}

pwc-white-text {
    color: #fff;
}

.pwc-red-text {
    color: #6c0713;
}

.pwc-red-bg {
    background-color: #6c0713;
}



.pwc-normal-text {
    color: #595959;
}

.pwc-blue-text {
    color: #005eb8;
}

.pwc-blue-bg {
    background-color: #005eb8;
}


.pwc-green-text {
    color: #35a34c;
}

.pwc-gray-text {
    color: #f0eff5;
}

.pwc-cyan-text {
    color: #ddf6fd;
}

.pwc-darkgray-text {
    color: #ababab;
}



#header {
    -webkit-transition: all, 0.3s ease-in;
    -moz-transition: all, 0.3s ease-in;
    -ms-transition: all, 0.3s ease-in;
    -o-transition: all, 0.3s ease-in;
    transition: all, 0.3s ease-in;
}


.pre-line {
    white-space: pre-line;
}



#footer-wrap {
    min-height: 200px;
    background: #005eb8;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    bottom: 0px;
}


    #footer-wrap ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #footer-wrap a {
        color: #fff;
        font-weight: 600;
    }

    #footer-wrap li a {
        font-weight: normal;
        color: #b5e3f0;
    }

    #footer-wrap .social {
        display: block;
    }

        #footer-wrap .social li {
            display: inline-block;
            text-align: right;
        }


.facility-td > div {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

    .facility-td > div:last-child {
        border: none;
    }

.item-detail.table tr td:first-child {
    padding-left: 0px;
    padding-right: 0px;
    width: 40px;
    vertical-align: middle;
}

.item-detail.table tr td:nth-child(2) {
    padding-left: 0px;
    min-width: 110px;
    vertical-align: middle;
    border-right: 1px solid #ddd;
}


.border-rounded {
    border-radius: 20px;
}


a {
    color: #319b42;
}

a:visited {
    color: #319b42;
}
