/* styles.css */

/* page style */
#pageL1,
#pageL2,
#pageL3,
#pageL4 {
  width: 320px;
  float: left;
  margin-left: 15px;
  margin-right: 5px;
}
#pageL1 {
  padding-top:1px
}
#pageR1,
#pageR2,
#pageR3,
#pageR4 {
  padding: 0px;
  padding-top: 1px;
  margin-left: 350px;
  margin-right: 15px;
  background-color: white;
  border: none;
}
.nav {
  background-color:#f5f5f5; 
  border:solid; 
  border-width:1px;
  border-color:#e3e3e3;
}
h3 {
  margin-top:5px; 
  margin-bottom:5px
}
hr {
  margin-top:5px; 
  margin-bottom:5px
}
#p4m_textResult {
  margin-top: 6px;
  margin-bottom: 0px !important;
}

/* widget style */
.btn-custom_radio_button:not(.active) {
  background-color: white;
  color: black;
  border: 1px solid #637AB5;
}
.btn-custom_radio_button.active {
  background-color: #547AB6;
  color: white;
  border: 1px solid #637AB5;
}
.btn-custom_radio_button:hover, 
.btn-custom_radio_button.active:hover { 
  background-color: #547AB6; 
  color: white;  
  border: 1px solid #637AB5;
}
.radio-inline {
  margin-left:10px;
}


