@import "tooltips.css";

ul#dc1menu {
	Font-family : sans-serif;
	Font-weight : bold;
	font-size: 16px;
	list-style-type: none;
	margin: 3px;
	padding: 3px;
	background-color: #ffeecc;
	Color: #8000ff;
}

ul#dc1menu ol {
	font-family: Arial;
	font-size: 14px;
	list-style-type: none;
	margin:	3px;
	padding-left: 15px;
	display: block;
}

ul#dc1menu ol a:hover {
	Color: #2244cc;
	text-decoration: underline;
}

.list-icon {
    vertical-align: middle;
}

img.list-icon {
    width: 14px;
    height: 14px;
}

#applet-options tr {
    background-color: #ffeecc;
    border: 0px;
    border-collapse: collapse;
}

#applet-options td {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

#applet-options {
    max-width: 440px;
}

#appletContainer {
    position: relative;
}

#gameLoading {
    background-color: #408040;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#gameLoadingText {
    z-index: 1001;
    position: absolute;
    bottom: 15;
    right: 15;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    text-align: right;
}

#chat-container {
    vertical-align: top;
}

#main-table {
    display: flex;
    width: 100%;
    gap: 20px;
}

.sidebar {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#right-sidebar {
    justify-content: flex-start;
}

.side-menu {
    width: auto;
    justify-content: right;
}