﻿.kt-subheader__descTC {
    font-family: 'Noto Sans TC', Poppins;
    padding: 0 0 0 .5rem;
    font-size: 1rem;
    font-weight: 300;
    color: #959cb6
}


.NotoSansTC {
    font-family: 'Noto Sans TC', Poppins;
    font-weight: 300;
}

.kt-portlet__head-titleTC {
    font-family: 'Noto Sans TC', Poppins;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: #48465b
}

.TCTitle {
    font-family: 'Noto Sans TC', Poppins;
    font-weight: 300;
}

.contentTitle {
    font-family: 'Noto Sans TC', Poppins;
    padding: 0 0 0 .5rem;
    font-size: 1rem;
    font-weight: 300;
    color: #959cb6
}

.portlet-brand {
    background: #5d78ff;
}

.powerBlock
{
    padding:1rem 0rem 0rem 0rem;
}
.powerFont {
    font-family: Roboto;
    font-size: 3rem;
    font-weight: 500;
}

.powerFontUnit {
    font-family: Roboto;
    font-size: 0.8rem;
    font-weight: 500;
}

.plantOverviewTable {
    font-family: 'Noto Sans TC', Roboto, Poppins;
    border-collapse: collapse;
    width: 100%;
    font-weight: 300;
    padding: 3px;
    font-size: 0.8rem;

}
    .plantOverviewTable td {
        padding:5px 0px 5px 5px;
    }

    .plantOverviewTable .borderBottom {
        border-bottom: 1px solid;
        border-color: #E1E1E1;
    }

    .plantOverviewTable .borderLeft {
        border-left: 1px solid;
        border-color: #E1E1E1;
    }

    .plantOverviewTable .tableTitle {
        font-weight: 400;
        font-size: medium;
    }

    .plantOverviewTable .tdTitle {
        font-weight: 300;
        font-size: 1rem;
        
    }

    .plantOverviewTable .tdBlack {
        color:black;
    }
/*td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}*/
