﻿.contentheader {
    text-align: center;
}

table {
    margin: 10px auto;
    border-collapse: collapse;
}

    table th {
        background: #ffa100;
        color: #FFF;
    }

    table td {
        border: 1px solid #d3d3d3;
    }

.style2 {
    font-size: 60pt;
    color: #FFFFFF;
}

.style3 {
    width: 354px;
    height: 265px;
}

.style4 {
    font-size: xx-small;
}

.Ver40 {
    background: rgb(233,75,42);
    background: linear-gradient(90deg, rgba(233,75,42,1) 0%, rgba(239,123,65,0.8701855742296919) 100%);
    border-radius: 20px;
    width: 85%;
    padding: 5px;
   
}

.V33 {
    background: rgb(33,45,88);
    background: linear-gradient(90deg, rgba(33,45,88,1) 0%, rgba(97,101,152,1) 100%);
    padding: 5px;
}

button h2 strong {
    font-size: 20px;
}

.accordion {
   
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 90%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;    
    margin: 5px;
}

    .active, .accordion:hover {
        background-color: #ccc;
    }

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
