table{
    font-size: 14px !important;
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
}

th{
    background: #ec268f;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 5px;
}

td{
    border: 1px solid #fff;
    color: #1A2236;
    font-weight: 500;
    text-align: center;
    padding: 5px;
}

tr:nth-child(even) {
    background-color: #31F7ED;
}

.savePdf{
    background: #89BC37;
    border-radius: 10px;
    border: none !important;
    box-shadow: 1px 1px 1px #1A2236;
    color: #1A2236;
    display: table;
    font-size: 16px;
    font-weight: 500;
    float: right;
    padding: 10px 20px;
    margin-bottom: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    outline: none !important;
}

.savePdf:hover{
    background: #F31B1B;
    color: #fff;
}