.dotted-red {
    border-top: 2px dashed #a82813;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.download-button {
    background-color: #9b8c5a;
    color: white;
    border: none;
    outline: none;
    padding: 8px 16px;
    cursor: pointer;
    width: auto;
}

.logo-image {
    width: 300px;
    height: 200px;
    object-fit: contain;
}

.logo-image-longer {
    width: 400px;
    height: 200px;
    object-fit: contain;
}

.logosHeader {
    font-size: 3rem;
}

.download-button:hover {
    outline: none;
    box-shadow: none;
    background-color: #726742;
}

#colorTable th:not(:first-child),
#colorTable td:not(:first-child) {
    border-left: 1px solid black;
}

#colorTable thead th {
    border-bottom: 1px solid black !important;
    border-top: none !important;
    background-color: #a82813;
    color: white;
}
#colorTable tbody tr td {
    border-top: none !important;
}

#colorTable td {
    text-align: center !important;
    vertical-align: middle !important;
}

.description-text {
    font-size: 16px;
}

.download-title {
    font-size: 18px;
}

.container {
    max-width: 1140px;
}