#pageTitle > h1.pageTitle {
    text-align: center;
}

h2 .selected {
	color: #ff9900;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.tulink {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.tulink:link, a.tulink:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.tulink:hover, a.tulink:active {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.tulink:visited:hover {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.tabs-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tabs-navigation h2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tabs-content {
    max-width: 800px;
    border: 2px solid #bababa;
    border-radius: 10px;
    background-image: url(images/bg_gifts.jpg);
    background-color: #F0F0F0;
    background-repeat: repeat-x;
    background-position: top;
    margin: 0 auto 20px;
    padding: 20px
}

.tabs-content p:not(:last-child) {
    margin-bottom: 8px;
}

.tab-content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.tab-content-wrapper img {
    flex: 1;
    width: fit-content;
    max-width: 400px;
    min-height: 120px;
    align-self: flex-start;
    object-fit: contain;
}

ul li {
    color: #717073;
    font-size: 16px;
    line-height: 160%;
}

h2.tabs-title {
    color: #ff9900 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.tab-nav-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.tab-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

table {
    color: #717073;
    line-height: 160%;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .tab-content-wrapper {
        flex-direction: column;
    }

    .tab-content-wrapper img {
        max-width: fit-content;
        margin: 0 auto;
    }

    .tab-nav-buttons {
        justify-content: center;
    }
}


