body {
    background-image: url('/pages/wbs3/back_arts2.gif');
    background-color: #990000;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a:link {
    color: #FF9999 !important;
}

a:visited {
    color: #FF9999 !important;
}

a:hover {
    color: #FDBD15 !important;
}

a:active {
    color: #FF9999 !important;
}

a:visited {
    color: #FF9999 !important;
}

.container {
    display: flex;
    padding: 20px;
    align-items: flex-start;
    border: none; 
    margin-left: 10px; 
}

.sidebar {
    width: 85px;
    text-align: center;
    margin-right: 20px;
    border: none; 
    padding: 0; 
}

.sidebar .menu-item {
    margin-bottom: 10px; 
    padding: 0; 
    border: none; 
    font-size: 0.875em; 
    color: #c0c0c0; 
}

.sidebar img,
.sidebar input[type="image"] {
    display: block;
    margin: 0 auto; 
    padding: 0; 
}

.main-content {
    width: 480px;
    border: none; 
}

.main-content .logo {
    text-align: center;
    margin-bottom: 20px;
    border: none; 
}

.main-content .title {
    font-size: 32px; 
    font-family: Arial, sans-serif; 
    font-weight: normal; 
    color: #FDBD15;
    text-align: left;
    margin-bottom: 0; 
    border: none; 
}

.rooms-intro {
    margin-top: 0; 
}

.rooms {
    margin-top: 20px;
    border: none; 
}

.room {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; 
}

.yellow-span {
    background: linear-gradient(to bottom, #FFD83D, #E6A00F);
	color: #000000;
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%;
    padding: 5px 10px;
    border: 1px solid brown; 
    box-sizing: border-box; 
    margin: 0; 
}

.yellow-span .button-container {
    display: flex;
    align-items: center;
}

.button {
    display: inline-block;
    padding: 5px 40px 5px 20px;
    background-color: #800000;
    border: 2px solid #000;
    border-radius: 20px;
    color: #FFFFFF;
    font-weight: bold;
	font-size: 16px !important;
    text-shadow: 1px 1px 2px #000000;
    font-family: 'Trebuchet MS', sans-serif;
	cursor: pointer;
    position: relative;
    text-align: center;
    transition: transform 0.2s;
}

.button::after {
    content: '';
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, #C0C0C0, #808080);
    border-radius: 50%;
	border: 1px solid #000000;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.button:hover {
    transform: scale(1.05);
}
.gray-span {
    background-color: #C0C0C0;
    color: #000000;
    padding-left: 10px;
    display: block;
    margin: 0; 
    border: none; 
}

.sidebar-right {
    width: 160px;
    text-align: left; 
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    border: none;
}

.sidebar-right img,
.sidebar-right input[type="image"] {
    display: block;
    margin: 2px 0; 
    max-width: 100%; 
}

.sidebar-right-item {
    display: flex;
    justify-content: flex-start; 
    align-items: center; 
    width: 100%;
    border: none; 
}

.sidebar-right .sidebar-right-item img,
.sidebar-right .sidebar-right-item input[type="image"] {
    border: none; 
}

.warning {
    background-color: #D3D3D3;
    color: #FF0000;
    font-size: 30px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.footer a:link {
    color: #FF9999 !important;
}

.footer a:visited {
    color: #FF9999 !important;
}

.footer a:hover {
    color: #FDBD15 !important;
}

.footer a:active {
    color: #FF9999 !important;
}

.footer-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.footer {
    text-align: right;
    margin-right: 0;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 12px; 
    line-height: 1; 
}