
#main_container {
	width: 98% !important;	
}

.label-type1 {
    background-color:#3b5998;
    color:#fff;
}
.label-type2 {
    background-color:#dd4b39;
    color:#fff;
}
.label-type3 {
    background-color:#2ba9e1;
    color:#fff;
}
.label-type4 {
    background-color:#cb2027;
    color:#fff;
}
.label-type5 {
    background-color:#2c4762;
    color:#fff;
}

.list-group li:nth-child(odd){
  background-color:white;
}
.list-group li:nth-child(even){
  background-color:#f8f8f8;
}