

#resource {
    margin: auto;
    margin-top: 100px;
}

#resource table {
    width: auto;
}
#resource table td {
    vertical-align: bottom;
    width: 45%;
    padding: 10px 25px;
}

#resource button {
    background-color: white;
    text-align: center;
    font-size: 15px;
}

#label {
    background-color: #fff;
    text-align: center;
    color: black;
    padding: 5px;
    padding-bottom: 0;
    border-radius: 5px;
}
#label button {
    background-color: transparent;
    border: 0px solid black;
    border-radius: 5px;
}
#label img {
    background-color: rgba(0, 0, 0, 0);
    width: 120px;
    border-radius: 15px;
}
#label:hover { background-color: #bbb; }





