 /* event_details.html */

.white_button,.white_button:link, .white_button:hover, white_button:active ,.white_button:visited {
   color :white;
    font-color:white;

    }


.btn-group a:link, .btn-group  a:active, .btn-group a:visited, .btn-group  a:hover  { font-size:12pt; }

.view_btn a:link, .view_btn a:active, .view_btn a:visited, .view_btn a:hover  { font-size:12pt; }



.btn-group > .btn:first-of-type {
margin-left: 0;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-of-type,
.btn-group > .dropdown-toggle {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
}


