

/* Start:/local/assets/style.css?17290651901035*/
.success {
    color: green;
}
.error {
    color: red;
}

.hidden {
    display: none;
}

label,
input,
textarea,
select, 
button {
    font-size: xx-large;
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    max-width: 20px;
}

label span {
    opacity: 0.6;
}

label input:checked ~ span {
    opacity: 1;
}

nav ul li {
    display: inline-block
}


table {
    border-spacing: 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
th {
    padding: 10px 20px;
    background: #56433D;
    color: #F9C941;
    border-right: 2px solid; 
}
th:first-child {
    text-align: left;
}
th:last-child {
    border-right: none;
}
th[data-bundle-sign] {
    cursor: pointer
}
td {
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    border-top: 2px solid #56433D;
    border-bottom: 2px solid #56433D;
    border-right: 2px solid #56433D;
}
td:first-child {
    border-left: 2px solid #56433D;

}
td:nth-child(2){
    text-align: left;
}

summary {
    font-size: x-large;
    
}
/* End */
/* /local/assets/style.css?17290651901035 */
