#club_list {
    display: table;
    width: 100%;
}

#club_list .item {
    display: table;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

#club_list .item img {
    display: block;
    float: left;
    margin-right: 20px;
    display: block;
    width: 62px;
    height: 60px;
}
 
#club_list .item a {
    display: block;
}

#club_item {
    display: table;
    width: 100%;
}

#club_item .image {
    padding-left: 0px;
}

#club_item .description {
    padding-right: 0px;
} 

#club_detail {
    clear: both;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#club_item * iframe {
    width: 100% !important;
    height: auto;
}

#club_item .date {
    display: block;
    margin-bottom: 20px;
    color:#897b7b;
}

@media (min-width: 768px) { 
    #club_list .item:nth-child(2n+1) {
        clear: both; 
    }
}
 
@media (max-width: 480px) { 
    #club_item .image {
        clear: both;
        margin-bottom: 20px;
        width: 100%;
    }
    
    #club_item .description {
        clear: both;
        width: 100%;
        padding-left: 0px;
    }
    
    #club_item .image img {
        max-width: 250px;
    }
}
  