.phm_container{
    background-color: #fff;
}

.phm_product {
    background-color: #415a68;
}

.phm_product_header {
    padding: 10px;
    background-color: #415a68 !important;
}

.phm_product_image {}

.phm_product_title {
    color: #fff;
    font-size: 26px;
    margin: 5px 0;
    font-weight: bold;
}

.phm_product_descr {
    color: #fff;
    font-size: 16px;
}

.phm_table {
    width: 100%;
    border-collapse: collapse !important;
    margin: 0;
}

.phm_table tr {}

.phm_table thead th {
    border-bottom: 1px solid #415a68 !important; 
    text-align: center !important;
}

.phm_table .phm_header1 th {
    background-color: #80909c !important;
    color: #fff !important;
    padding: 2px 6px !important;
    text-transform: none;
}

.phm_table .phm_header2 th {
    background-color: #bbc6cd !important;
    color: #414f5c !important;
    padding: 2px 0 !important;
    min-width: 50px;
    text-transform: none;
}

.phm_table td {
    background-color: #e8ecee !important;
    color: #414f5c !important;
    border-bottom: 1px solid #415a68 !important;
    text-align: center;
    padding: 2px;
}

h3.phm_err_msg {}


.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

