﻿.normal2content {
    /*position: absolute;*/
    display: flex;
    /*top: 50px;*/
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    clear: both;
}

    .normal2content .left {
        background-color: rgba(96,169,180,0.80);
        width: 300px;
        height: 100%;
        -webkit-box-shadow: 0 5px 5px rgba(199,199,199,0.80);
        box-shadow: 0 5px 5px rgba(199,199,199,0.80);
        background-image: -webkit-linear-gradient(90deg,rgba(42,147,163,0.30) 0%,rgba(42,147,163,0.50) 100%);
        background-image: -moz-linear-gradient(90deg,rgba(42,147,163,0.30) 0%,rgba(42,147,163,0.50) 100%);
        background-image: -o-linear-gradient(90deg,rgba(42,147,163,0.30) 0%,rgba(42,147,163,0.50) 100%);
        background-image: linear-gradient(0deg,rgba(42,147,163,0.30) 0%,rgba(42,147,163,0.50) 100%);
        clear: both;
        float: left;
    }

    .normal2content .right {
        width: 100%;
        height: 100%;
        float: left;
    }

        .normal2content .right .staffmenu {
            width: 100%;
            /*height: 20%;*/
            margin-left: 5px;
            margin-top: 9px;
            font-weight: bold;
            /*font-family: 微軟正黑體;*/
        }

            .normal2content .right .staffmenu li {
                display: inline;
                padding: 8px 12px;
                background-color: #57A7B3;
            }

            .normal2content .right .staffmenu a {
                color: #ffffff;
                text-decoration: none;
            }

        .normal2content .right .main {
            background-color: rgba(169, 206, 211, 0.6);
            margin-top: 12px;
            margin-left: 5px;
            padding: 0.5em;
            width: 100%;
            height: 100%;
            overflow-y: auto;
        }


.profile-img {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

    .profile-img img {
        margin: 0;
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }

.profile-detail1 {
    color: white;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
}

.profile-detail2 {
    color: white;
    padding: 0.5em 2em;
}

.profile-icon {
    width: 32px;
    height: 32px;
}

.profile-data {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 1em;
    vertical-align: top;
}
