﻿a:focus, a:hover {
    text-decoration:none!important;
}
isubmit span:hover {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/isend.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: .21rem;
    height: .19rem;
    margin-left: 8px
}
th {
    text-align: center;
}