  .mbr-box {
  background:#fff;
  transition:all 0.2s ease;
  border:2px double #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 10px;
  min-height:340px;
}

.mbr-box:hover {
  border:2px solid #00407a;
}

.mbr-box h4 {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.mbr-box .mbr-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.mbr-box .mbr-content p {
  color:#515c66;
  text-transform:none;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.mbr-line{padding-bottom:10px;border: 0; border-bottom: 1px solid #eee;}

/* membership fees css */
.panel-primary {
    border-color: #337ab7;
    margin-top: 0px;
}
.panel-primary .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    
}
.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border-width: 2px;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body{
  background-color: #f0f0f0;
  font-size: 18px;
  color: #777777;
  padding: 15px 5px 5px 5px;
  margin: 0px;
}
.list-inline {margin-top:10px; color: #777777;}
.panel-footer{background-color:#d9edf7;}
p {color: #777777;}

.panel.panel-horizontal {
    display:table;
    width:100%;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-body, .panel.panel-horizontal > .list-group, .panel.panel-horizontal > .table, .panel.panel-horizontal > .panel-footer {
    display:table-cell;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-footer {
    width: 50%;
    border:0;
    vertical-align: middle;
}
.panel.panel-horizontal > .panel-heading {
    border-right: 1px solid #ddd;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.panel.panel-horizontal > .panel-footer {
    border-left: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
}

.popover, .tooltip-inner {
	max-width: none;
	font-size: 14px;
}
