/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.show_attributes{
    padding: 5px;
    border: solid 1px;
    background-color: gray;
    color: white;
    margin: 0 5px;
}

ul.vp_show_times{
    list-style:none;
    padding:0;
}

ul.vp_show_times li.vp_showing{
    padding: 5px 5px 5px 0;
    border-bottom: solid 1px;
}
ul.vp_show_times li.vp_showing:last-of-type{
    border-bottom:none;
}