body {
    background-color: #ecf0f1;
    /*padding: 25px;*/
    font-family: 'Oxygen', sans;
    width: 85%;
    margin: auto;
    overflow-y: scroll;
}

a {
    font-size: 16px;
}

footer.navbar {
    height: 65px;
    width: 100%;
    border-top: 1px solid #ccc;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
    margin: 0;
    border-radius: 0;
}

.panel {
    -webkit-transition: 0.75s ease-in-out all;
    -moz-transition: 0.75s ease-in-out all;
    -o-transition: 0.75s ease-in-out all;
    transition: 0.75s ease-in-out all;
    background-color: #fff;
    border: none;
    margin-bottom: 15px;
}

.panel a {
    color: #e74c3c;
    font-weight: bold;
}

.panel .badge {
    background-color: #e74c3c;
    color: #fff;
}

.panel.ng-enter {
    opacity: 0;
}

.panel.ng-enter-active {
    opacity: 1;
    transition-delay: 0.5s;
}

.panel-body {
    border: 1px solid #ccc;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
    border-radius: 5px;
}

.btn-primary {
    background-color: #2ecc71;
    border: 1px solid #27ae60;
}

.btn-primary:hover {
    background-color: #32B96C;
    border: 1px solid #27ae60;
}

.jumbotron {
    color: #333;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 15px;
    border: 1px solid #ccc;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.jumbotron h1 {
    color: #333;
    letter-spacing: -2px;
}

.jumbotron small {
    color: #999;
}

h1 {
    font-family: 'Oxygen', sans;
    /*padding-bottom: 10px;*/
}

h4 {
    font-family: 'Oxygen', sans;
    color: #888;
    padding-bottom: 5px;
    padding-top: 10px;
}

h4 span {
    color: #e74c3c;
}

