body {
    font-family: 'Roboto Condensed', sans-serif;
	padding-top: 70px;
}

.list-group-item {
    font-size: 35px;
	line-height: 125%;
}

.label-info {
    background-color: none !important;
}

.label {
    padding: .2em 0.7em .3em;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 26px;
}

.navbar {
  border-width: 0 1px 4px 1px;
  background-color: #bc0000;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 20px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 2px solid #dddddd;
}
.label {
	margin : 10px;
	width:37px;
	height:37px;
}
.label-facebook {
    background-image: url("/forum/im/f.png");
	background-repeat: no-repeat;
}
.label-twitter {
    background-image: url("/forum/im/t.png");
	background-repeat: no-repeat;
}
.label-sms {
    background-image: url("/forum/im/sms.png");
	background-repeat: no-repeat;
}

.label-googleplus {
    background-image: url("/forum/im/g.png");
	background-repeat: no-repeat;
}

.label-web {
    background-image: url("/forum/im/web.png");
	background-repeat: no-repeat;
}

.label-info {
    background-image: url("/forum/im/info.png");
	background-repeat: no-repeat;
}

li.list-group-item:nth-child(even) {
  background-color: #F7F7F7;
}




