.alert-danger {
  padding: 15px;
  border: 1px solid #f00000;
  text-align: center;
}
.alert-success {
  padding: 15px;
  border: 1px solid #07ad00;
  text-align: center;
}
button.small {
  font-size: 10px;
  width: 80px;
  padding: 2px;
  cursor: pointer;
  margin-bottom: 1px;
}
.challenge-all.small {
  background-color: #4CAF50; /* Green */  
} 
.retract-all.small {
   background-color: #f44336; /* red */     
}

button.small:hover {
  opacity: .8;
}
.challenge-buttons {
  margin-top: 10px;
  margin-bottom: 0px;
}

/**
HOF Page Stying
**/
h1.hof-heading{color:#f7c019;text-align:center;font-size:45px;font-family: 'Bevan', cursive;background: url(http://mmarmy.com/images/crown-icon.png) no-repeat 50% 0;padding:55px 0 0;margin:10px 0}
table.hof-table.stats{margin:0}
table.hof-table.stats td{color:#000;padding:0 0 5px;text-align:left!important}
table.hof-table.stats select{padding:5px}
table.hof-table{background:#f7c019!important;padding:10px!important;border-radius:10px!important;width:100%!important;margin-top:-18px;font-family: 'Russo One', sans-serif;}
table.hof-table th{padding:8px!important;text-align:left!important;font-weight:bold;border-bottom:1px solid #f7c019;background:#dda703;color:#fff;font-size:14px}
table.hof-table td{border-bottom:1px solid #f7c019;padding:5px 8px!important; text-align:left!important;font-size:14px}
table.hof-table .align-right{text-align:right!important}
.w50{width:50px!important}

/**
HOF Right Sidebar Stying
**/
#rightsidebar{width:270px!important; padding:20px 0 0;overflow:hidden}
#rightsidebar .teir-group{margin-bottom:0px}
#rightsidebar h3.tier_name, #rightsidebar h3.teirname{width:100%;padding:5px 0;margin:5px 0 0; border:none!important;  font-family:Arial, Sans-Serif!important; text-align:center}
#rightsidebar .orglistitem{position:relative;width:100%!important;height:auto!important;background:#111;margin:0 0 2px!important;border:none!important;  box-sizing: border-box;text-align:left!important}
#rightsidebar .orglistitem .orgdesc{padding:0!important}
#rightsidebar .orglistitem .orgdesc p{width:100%; text-align:center}

#rightsidebar .orglistitem .orgdesc a{position:absolute; right:10px;top:10px;padding:3px 8px; border-radius:3px;background:#000}
#rightsidebar .orglistitem .frame{width:100%!important; height:55px!important}
#rightsidebar .orglistitem .frame img{max-width:100px!important; max-height:50px!important;margin:0 0 5px!important;}

/**
Org Display page Stying
**/
.orgtable td{padding:5px 10px; text-align:left!important}
.actv-wts p{padding:0 5px; margin:2px!important; float:left; width:45%; }
.actv-wts p:first-child{border-right:1px solid #333}
.actv-wts p strong{width:100%; display:block;padding-left:18px; background:url('/core_images/malesmall.png') no-repeat 0 50%; line-height:20px;box-sizing: border-box;font-weight:normal!important}
.actv-wts p strong.female{ background:url('/core_images/femalesmall.png') no-repeat 0 50%;}
.actv-wts p span{background:#222;line-height:1em;padding:3px 5px; margin:2px;display:inline-block;border-radius:3px}
.actv-wts p span:last-child{display:none}