.aess-container{
    max-width:1100px;
    margin:40px auto;
    font-family:Arial,sans-serif;
}

.aess-table{
    width:100%;
    border-collapse:collapse;
}

.aess-table tr:nth-child(odd){
    background:linear-gradient(to right,#f5f5f5,#e6e6e6);
}

.aess-table tr:nth-child(even){
    background:linear-gradient(to right,#ececec,#dcdcdc);
}

.aess-table td{
    padding:14px;
}

.aess-table td:first-child{
    width:30%;
    font-weight:bold;
}

.aess-table input,
.aess-table select,
.aess-table textarea{
    width:100%;
    padding:10px;
    border:1px solid #ccc;
}

.aess-portfolio-table{
    width:100%;
    border-collapse:collapse;
}

.aess-portfolio-table td{
    border:1px solid #ccc;
    padding:10px;
}