/* Enter Your Custom CSS Here */
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

#customers td, #customers th {
    font-size: 1em;
    border: 1px solid #F89C39;
    padding: 5px 5px 5px 5px;
}

#customers th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #F89C39;
    color: #ffffff;
}

#customers tr.alt td {
    color: #000000;
    background-color: #FFF;
}

.footer {
    background: rgba(255, 255, 255, 0);
}

#nav.topnav {
	background: rgba(255, 255, 255, 0);
}