table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}

p {
    margin-bottom:0;
}

.copy-title {
    display: flex;
    flex-flow: column nowrap;
    align-content: flex-start;
}

.copy-description {
    display: flex;
    flex-flow: column nowrap;
    align-content: flex-start;
    justify-content: space-around;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.tr-header {
    color: white;
    background: #4f74e3;
}

.contact-info {
    text-decoration: underline !important;
    color: red !important;
    font-family: arial, sans-serif !important;
}

.colorblack {
    color: black !important;
    font-family: arial, sans-serif !important;
}

.tt-info {
    visibility: visible;
    transition: visibility 0s linear 300ms, opacity 300ms;
    opacity: 1;
}

.tt-info-hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300s, opacity 300ms;
}

.company-info {
    display: block;
    transition: visibility 0s linear 300ms, opacity 300ms;
    opacity: 1;
}

.company-info-hidden {
    display: none;
    opacity: 0;
    transition: visibility 0s linear 300s, opacity 300ms;
}

.bold {
    font-weight: bold;
}

.blue-link {
    color: #4f74e3 !important;
}

.chef-title {
    font-style: italic;
}

@media screen and (max-width: 338px) {
    .chef-title {
        font-style: italic;
        font-size: 6.8vw;
    }
}


