﻿.spn12x7
{
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    min-height: 30px;
    width: 14.28%;
    position: relative;
}

.clickable{
    cursor: pointer;
}

.panel-selected{
     background-color: #000;
    color: #fff;
}
.panel-selected > .panel-heading {
  
}

.panel-body-selected{

}

/*  Fix bootstrap elements that are interfering with the flex theme */
.container {
    padding-left: 0px;
    padding-right: 0px;
}
