/*==== ajax content style ====*/

body,
html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

h1 {font-size: 26px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h1, h2, h3, h4 {margin: 0 0 1em;}

table {border-collapse: collapse; border: none; margin-bottom: 1em;}
table > thead > tr > td, 
table > thead > tr > th,
table > tbody > tr > td, 
table > tbody > tr > th {
    padding: 5px 10px; 
    border: 1px solid #ccc;
    font-size: 14px;
}

th,
.table-head td {
    background-color: #ccc;
    color: #000;
}
