/* ==========================================================
   PHIUM TABLES
========================================================== */

.phium-table{

width:100%;

border-collapse:collapse;

}

.phium-table tr{

border-bottom:1px solid #eee;

}

.phium-table th{

padding:18px;

background:#faf7f4;

width:240px;

text-align:left;

font-weight:600;

}

.phium-table td{

padding:18px;

}