body {background:#f2f2f2;}
i {font-size:12px; color:#dd0000;}
.site-title {margin-top: 80px;margin-bottom: 20px; font-weight: 300;}
.panel {
-moz-box-shadow: 0 2px 6px rgba(0,0,0,.08);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.08);
box-shadow: 0 2px 6px rgba(0,0,0,.08);
background-color: #fff;
margin-bottom: 30px;
}
.bg-red {
background-color: #F44336 !important;
color: #fff; }
.bg-red .content .text,
.bg-red .content .number {
color: #fff !important; }
.bg-pink {
background-color: #E91E63 !important;
color: #fff; }
.bg-pink .content .text,
.bg-pink .content .number {
color: #fff !important; }
.bg-purple {
background-color: #9C27B0 !important;
color: #fff; }
.bg-purple .content .text,
.bg-purple .content .number {
color: #fff !important; }
.bg-deep-purple {
background-color: #673AB7 !important;
color: #fff; }