.panel {
    box-shadow: 1px 1px 5px 5px rgba(169, 169, 169, 0.35);
    -moz-box-shadow: 1px 1px 5px 5px rgba(169, 169, 169, 0.35);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: rgba(0, 0, 0, 0)
    /*background-color: unset;*/
}

.navbar-default .navbar-toggle {
    border-color: rgba(221, 221, 221, 0.05);
}

.btn-default {
    color: #333;
    background: linear-gradient(180deg,#fff,#ccc);
    box-shadow: inset 0 -2px 0 0 #ada6a6, 0 3px 4px 0 rgba(44,71,146,.32);
}

.btn-success {
    color: #fff;
    background: linear-gradient(180deg,#5cb85c,#4cae4c);
    box-shadow: inset 0 -2px 0 0 #257925, 0 3px 4px 0 rgba(44,71,146,.32);
}

.btn-danger {
    color: #fff;
    background: linear-gradient(180deg,#d9534f,#d43f3a);
    box-shadow: inset 0 -2px 0 0 #792826, 0 3px 4px 0 rgba(44,71,146,.32);
}