.list-container{
    background: #f2f2f2;
    color: #555;
    min-height: 55px;
    width: 240px;
    font-size: 16px;
    padding: 20px 18px;
    font-weight: 500;
    border-radius: 0;
    border:1px solid #dbdbdb;
    height: 70px;

}
#add-list-label{
    cursor: pointer;
}
#main-list{
    vertical-align: top;
}
#add-list-content{
    width: 90%;
}
