@charset UTF-8;


.button {
color: black;
background-color: #E7E7E7;
font-size: 15px;
display: block;
padding: 10px 10px 10px 45px;
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
background-image: url(/assets/css/plus.png);
background-repeat: no-repeat;
}

.button a, .button a:visited, .button a:active {
display: block;
width: 100%;
height: 100%;
color: #000;
text-decoration: none;
}

.button a:hover {
display: block;
width: 100%;
height: 100%;
color: #000;
text-decoration: none;

}

.button:hover {
background-color: #ccc;
}

