﻿#pqtable th {
    text-align: center;
}

#pqtable td {
    text-align: center;
}

a {
    text-decoration: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

    a:hover {
        text-decoration: none;
    }


.button-6 {
    background: #5f3afc;
    padding: 8px 12px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0px;
    background-size: 200% auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}

    .button-6:hover {
        background: #3f12fd;
        color: #fff;
    }

.rightbox {
    position: fixed;
    right: 100px;
    top: 100px;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    text-align: center;
    background-color: #5f3afc2e;
    /*background-image: url("/assets-cert/img/sub.png");
    background-size:100% 100%;*/
    line-height: 32px;
    opacity: 0.8;
}

.btn13 {
    padding-top: 5px;
}

.btn12 {
    padding-top: 25px;
}

.btn-download {
    border: none;
    color: #fff;
    background: #5f3afc;
    border-radius: 10px;
    width: 66.6666666667%;
}

.btn-download2 {
    background: #5f3afc;
    padding: 10px 45px;
    color: #fff;
    border: none;
    border-radius: 10px;
}

    .btn-download2:hover {
        background: #5f3afc;
        color: #fff;
    }
