.avatar img {vertical-align: top !important;}
table tr td {
    background-color: transparent;
    background: #fff;
    border: 1px solid #c2c3c3;
    border-radius: 4px;
    font-size: 13px;
    color: #464444;
}

.btn-linedmy {
    border-width: 2px;
    background: none;
    color: black;
    text-shadow: none;
    padding: 7px 20px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    border-color: black;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.btn-linedmy:hover {
    border-width: 2px;
    background: none;
    color: red;
    text-shadow: none;
    padding: 7px 20px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    border-color: red;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}