.panel {
    margin-bottom: 20px;
    background-color: #efefef;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(80, 66, 66, 0.65);
}
.label-danger {
	font-weight: 400;
    background-color: #66787a;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    padding: 0.2em 0.6em 0.1em;
	display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--dark);
    font-family: 'Averia Libre', cursive;
}
.page-header {
    font-family: 'Averia Libre', cursive;
}
.navbar-brand {
    font-family: 'Averia Libre', cursive;
	color: #3d7aea;
    float: left;
    height: 20px;
    padding: 1px 0px;
    font-size: 27px;
    line-height: 22px;
	    text-decoration: none;
}
.navbar-inverse .navbar-toggle {
    border-color: #0054be;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #5b7ea7;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.panel-heading {
    font-family: 'Averia Libre', cursive;
    background-color: #66787a;
    color: #fff;
    margin-right: -14px;
    margin-left: -14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}