﻿body {
}

h1 {
    font-size: 2em;
    font-weight:100;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-style: italic;
}
hr {
    border-top: 1px solid #ccc;
}
a {
    text-decoration: underline;
}
.panel {
    border-radius: 10px;
    margin-bottom: 10px;
}
.panel-default {
    border-color: #ccc;
}
.panel-default>.panel-heading {
    background-color:transparent;
    border-bottom: 0px;
}
.panel-title > a, .panel-title > small > a {
    color: #337ab7;
}
.text-danger {
    color: red;
}

