#fee-collection-list{
   padding-top:60px;
}

.containereven{
    background : #EEF2FD;
    border-bottom:1px solid #BECFFB;
    color : #444;
    height : 1.5em;
    list-style-type : none;
    padding : 0.5em 0 0 5px;
    width:732px;
}
.containereven a{
    color:black;
}

.containerodd{
    background : #DFEAFF;
    border-bottom:1px solid #BECFFB;
    color : #444;
    height : 1.5em;
    list-style-type : none;
    padding : 0.5em 0 0 5px;
    width:732px;
}
.containerodd a{
    color:black;
}

.head-name{
    border-bottom:2px solid;
    float:left;
    width:175px;
    padding:10px 0 10px 5px;
    font-weight:bold;
    background-color : #ffffff;
}

.head-start-date{
    border-bottom:2px solid;
    float:left;
    width:175px;
    padding:10px 0 10px 5px;
    font-weight:bold;
    background-color : #ffffff;
}

.head-end-date{
    border-bottom:2px solid;
    float:left;
    width:170px;
    padding:10px 0 10px 0px;
    font-weight:bold;
    background-color : #ffffff;
}

.head-due-date{
    border-bottom:2px solid;
    float:left;
    width:207px;
    padding:10px 0 10px 0px;
    font-weight:bold;
    background-color : #ffffff;
}

.name{
    float:left;
    width:175px;
    font-weight:bold;
    height:20px;
}
.name a{
     text-decoration:none;
}

.start-date{
    /*border-bottom:1px solid #bccffb;*/
    float:left;
    width:175px;
    /*background-color:#e4ebfe;*/
    /*padding:10px 0 10px 0;*/
    font-weight:bold;
    height:20px;
}

.start-date a{
    text-decoration:none;
    /*color:black;*/
}

.end-date{
    /*border-bottom:1px solid #bccffb;*/
    float:left;
    width:170px;
    /*background-color:#e4ebfe;*/
    padding:0 0 0 0px;
    font-weight:bold;
    height:20px;
}

.end-date a{
    text-decoration:none;
    /*color:black;*/
}

.due-date{
    /*border-bottom:1px solid #bccffb;*/
    float:left;
    width:130px;
    /*background-color:#e4ebfe;*/
    padding:0 0 0 0px;
    font-weight:bold;
    height:20px;
}

.due-date a{
    text-decoration:none;
    /*color:black;*/
}

.edit,.delete{
    float:left;
    font-weight: bold;

}
.edit a,.delete a{
    text-decoration: none;
      /* color: black;*/
   font-size:11px;
   padding-right: 8px;
}
.edit a:hover,.delete a:hover{
    /*color: black;*/
}

.submit_button {
    margin-top:15px;
    margin-left:210px;
    padding: 7px 10px;
    color: #fff;
    background: #27292B;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-weight: bold;
    font-size: 14px;
    border:none;
    font-family: arial;
    cursor:pointer;
}
.submit_button:hover{
    background:  #373B3F;
}

.text-input-bg span{
    display: block;
    padding: 9px 0 0 10px;
}

table#listing {
    padding: 20px;
    width: 100%;
}