﻿.btn-border-gray,
.btn-border-gray:hover{
    border: 1px solid lightgrey;
}

.btn-static {
    background-color: white;
    border: 1px solid lightgrey;
    cursor: pointer !important;
}

/* .btn-static:active {
    -moz-box-shadow: inset 0 0 0 white;
    -webkit-box-shadow: inset 0 0 0 white;
    box-shadow: inset 0 0 0 white;
} */