
.hiddendiv {display: none; }
.hiddendiv2 {display: none; }
.cartab {
	background: #6f6e4e;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 1px 1px 2px 1px #0000008a;
    transition: .3s;
}

.cartab:active {
	background: #2f2f27;
	border: none;
	outline:0;
}

.cartab:focus {
	border: none;
	outline:0;
}

.menub {
	background: #8e3636;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 1px 1px 2px 1px #0000008a;
    transition: .3s;
}

.menub:active {
	background: #3e2424;
	border: none;
	outline:0;
}

.menub:focus {
	border: none;
	outline:0;
}

