#main{
    margin: 7.1em 0px 0px 0px !important;
}
.content{
    /*padding: 1em;*/
    font-size:16px;
}
h1{
    margin: 0px;
    padding: 0.6em 0px;
    margin: 0px !important;
}
#main {
  padding: 0em 0 0em 0;
}

@media screen and (max-width: 980px) {
    #main {
        margin: 0px !important;
    }
    .sidemenu{
        display: none;
    }
    .content{
        width: 100%;
    }
    .listview{
        width: 100%;
    }
}

.benefitTable{
    overflow-x:auto;
    width:100%;
    border:1px solid #ccc;
    border-collapse:collapse; border-spacing:0;
}
.benefitTable tr:nth-child(even) {
      background-color: #fff;
}
.benefitTable tr:nth-child(odd) {
    background-color: #eee;
}

.benefitTable_{
    overflow-x:auto;
    width:100%;
    border:1px solid #ccc;
    border-collapse:collapse; border-spacing:0;
}
.benefitTable_ tr:nth-child(even) {
    background-color: #fff;
}
.benefitTable_ tr:nth-child(odd) {
    background-color: #eee;
}
.benefitTable_ td{
    vertical-align: middle;

}
.benefitTable_ td p{
    margin: 0px;
}
.benefitTable_ td a{
    color: rgb(0, 150, 201);
}
.benefitTable_ td:nth-child(2) {
    text-align: center;
}
.benefitTable_ td:nth-child(3) {
    text-align: center;
}