body {
    margin-bottom: 50px;
}

a.navbar-brand {
    padding: 10px 15px;
}

.page-header {
    margin-top: 20px;
}

.lost-device {
    color: #999;
    background-color: #eeeeee;
}
.lost-device a {
    color: #7496b2;
}

td {
    word-wrap: break-word;
}

#deviceReportsTable th, td {
    text-align: center;
}

#user-stats-wrapper hr {
    margin-top: 3px;
    margin-bottom: 3px;
}

#user-stats-wrapper .cell-heading {
    font-weight: bold;
    font-size: 15px;
}

#user-stats-wrapper .cell-body {
    font-weight: bold;
    font-size: 40px;

}

.txt-blue {
    color: #6495ED;
}

.txt-green {
    color: #1ABC9C;
}

.txt-red {
    color: #F08080;
}

.panel-title img {
    margin-right: 10px;
    width: 30px;
}

.dashboard-widget .panel-info > .panel-heading {
    background-color: #FFF;
}