﻿#ph_content{
    box-sizing:border-box;
    padding:15px;
    font-size: 10px;
} 

/*Announcement*/
#pt_announcements {
    width: 40%;
    border: 1px solid #47464B;
    overflow:hidden;
}

    #pt_announcements .announcement_title {
        height: 15px;
        background-color: #47464B;
        color: white;
        width: 100%;
        font-size: 15px;
        padding: 10px;
    }
    #pt_announcements .announcement_content {
        padding: 10px;
    } 
    
    
    #ph_content table {
        border-collapse: collapse;
        width: 100%;
    }

    #ph_content table th, #ph_content table td {
        border: 1px solid black;
        padding: 10px;
    }

.pt_announcement_title{
    margin-bottom:5px;
} 

.pt_announcement_hour {
    padding: 1px;
    text-wrap: normal;
}

.pt_announcement_day {
    font-weight: bold;
}


/*Colors*/
#pt_title {
    color: #015FA3;
    font-size: 38px;
    font-weight: bolder;
    margin-bottom: 40px;
}

.pt_services_title {
    background-color: #47464B;
    color: #ffffff;
}
.pt_services_title_text {
    background-color: #6D6D75;
    color: #ffffff;
}

.burton {
    background-color: #F9A144;
    color:#ffffff;
}
.burton_text {
    color: #F9A144;
    font-weight: bold;
    font-size: 11px;
}

.fenton {
    background-color: #00A078;
    color: #ffffff;
}
.fenton_text {
    color: #00A078;
    font-weight: bold;
    font-size: 11px;
}

.flint_township {
    background-color: #0087D1;
    color: #ffffff;
}
.flint_township_text {
    color: #0087D1;
    font-weight: bold;
    font-size: 11px;
}

.grand_blanc {
    background-color: #8E398E;
    color: #ffffff;
}
.grand_blanc_text {
    color: #8E398E;
    font-weight: bold;
    font-size: 11px;
}

/*Contact*/
.pt_contact div{
    padding:1px;
}
