/* Media Queries */

@media(min-width:768px) {
   .left-border-sm {
      border-left:solid 1px #ecf0f1;
  }
}

.row.row-condensed div {
  padding-left: 8px;
  padding-right: 8px;
}

.panel-body {
    padding: 5px;
}

.panel-heading {
    padding: 7px;
}

hr {
    margin: 7px;
}

.Abjuration {
    background-image: url( '/static/images/abjuration.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.Conjuration {
    background-image: url('/static/images/conjuration.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.Divination {
    background-image: url('/static/images/divination.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.Enchantment {
    background-image: url('/static/images/enchantment.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.Evocation {
    background-image: url('/static/images/evocation.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.Illusion {
    background-image: url('/static/images/illusion.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.Necromancy {
    background-image: url('/static/images/necromancy.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.Transmutation {
    background-image: url('/static/images/transmutation.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.progress {
    text-align:center;
}

.section-max-height {
    max-height: 350px;
    overflow-y: auto;
}
