icon[bizit=Button] {
    background-image: url('index.png');
}
bizit[name=Button] {
    width: 130px;
    height: 60px;
}
div[bizit=Button] {
    overflow: auto;
}

div[bizit=Button] table {
    width: 100%;
    height: 100%;
    border: 3px solid #355bd4;
    border-radius: 10px;
    background-color: #9699e3;
    box-shadow: 5px 5px 6px 3px black;
}

div[bizit=Button] table > tbody > tr > td {
    vertical-align: middle;
}

div[bizit=Button] a {
    text-decoration: none;
    font-family: Impact;
    color: #faeb3c;
    font-size: xx-large;
    text-shadow: rgb(204, 45, 31) 2px 4px 5px;
    text-align: center;
    display: block;
}
