.gridder {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0
}

.gridder-list,
.gridder-show {
    font-size: 16px
}
.gridder-list {cursor: pointer}
.gridder-list img {width: 100%}
.profs ul li {display: block}
.gridder-list span {display: block; width: 100%; background-color: #554165;color: #fff;text-align: center;
                   padding: 10px;font-family: roboto_slabregular;font-size: 1.2em}
.content-music .gridder-list span {background-color: #fe8f00}
.content-dance .gridder-list span {background-color: #de50b1}
.content-theatre .gridder-list span {background-color: #3f76be}
.gridder-show {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px dotted #878787;
    border-bottom: 1px dotted #878787;
    min-height: 350px;
     padding: 55px 0 25px 0;
     margin-bottom: 15px;
}

.gridder-content {
    display: none;
}

.gridder-close {float:right}

.gridder-list:nth-child(n) {
    margin-bottom: 1%;
}

.gridder-padding {clear: both}


/*# sourceMappingURL=jquery.gridder.min.css.map */