@charset "UTF-8";
 body 
{
    font-size:14px;
}
 .panel-socialism {
  border-color: rgb(225, 225, 225);
}
.panel-socialism > .panel-heading {
  color: #fff;
  background-color: rgb(190, 50, 51);
  border-color: rgb(190, 50, 51);
}
.panel-socialism > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(190, 50, 51);
}
.panel-socialism > .panel-heading .badge {
  color: rgb(190, 50, 51);
  background-color: #fff;
}
.panel-socialism > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(190, 50, 51);
}  

#table-zxxs td,#table-zxxs th{
 vertical-align: middle;
 text-align:center; 
}

.btn-socialism{
   color: #fff;
   background-color: rgb(190, 50, 51);
   border-color: rgb(190, 50, 51);
} 


