
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #aaa
}

table tr:nth-child(even) {
    background: #fafafa
}

table caption,.mce-content-body table td,.mce-content-body table th {
    padding: 15px 7px;
    font: inherit
}

table td,.mce-content-body table th {
    border: 1px solid #aaa;
    border-collapse: collapse
}

table th {
    font-weight: 400;
    color: #6e6e6e;
    background-position: 100% 100%;
    background-size: 2px 10px;
    background-repeat: no-repeat
}
.hr1 {
    background-color: #f82249;
    width: 90%;
    height: 5px !important;
    text-align: center;
    margin: 0 auto;
    padding: 2px;
}
.whats{
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 9999999;
}
@keyframes shadow-pulse
{
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big
{
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
    }
}

.pulse-button{
    float: left;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    background: rgba(38, 255, 12, 0.72);
    border-radius: 50%;
    animation: shadow-pulse 1s infinite;
}