/*------------------------------------------------------------------------------ standard page */
#standard-page {
    border: 1px solid #cecece;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    background: #fbfbfb;
    padding: 50px;
    min-height: 300px;
}

#standard-page table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    font-size: 13px;
    text-align: center;
}                                                        

#standard-page table td {
    border: 1px solid #cecece;
    padding: 15px;
} 

#standard-page table tr:nth-child(even) td {
    background: #f6f6f6;
}

#standard-page table tr:nth-child(odd) td {
    background: #f0f0f0;
}