﻿/*
    
    Overrides for bootstrap: clean up their fixes, hacks, and other things they have deemed necessary

*/

/* This used to be -1px for some unknown reason */
/*.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {    
  margin-left: 0px;
}
    */


.btn {
    height: $button-height;
    padding: 10px 5px 10px 5px;    
    margin-right: 20px;
}

/* 
    
    If you've reached here this is because you need to turn off borders for buttons but DON'T DO IT. 


button:active, .button:active, button:focus, .button:focus, button:hover, .button:hover {
    border: none !important;
    outline: none !important;
}


    */