  /* Icon when the collapsible content is shown */
  .rtmp-style:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: left;
    margin-left: 0px;
  }
  
  /* Icon when the collapsible content is hidden */
  .rtmp-style.collapsed:after {
    content: "\e080";
  }

  /* centered columns styles */
.rtmp-centered {
    text-align:center;   
  }


  .container {
   padding-right: 5px;
   padding-left: 5px;
   margin-right: auto;
   margin-left: auto;
   min-height:0px;
   padding-top: 5px;
   padding-bottom: 0px;
}
