* {
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 10pt;
    color: #000000;
}
#menu-item {
    font-weight: bold;
}
/* --------------------------------------------- */
#clan-img {
    width: 20px;
    height: 20px;
}
#crown-img {
    width: 20px;
    height: 20px;
}
#ranking-table {
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #3B2517;
    background: #3B2517;
    line-height: 15px;
}
#ranking-table tr {
    background: #F0F0F0;
}
#ranking-table tr:nth-child(even) {
    background-color: #E7E4E4;
}
#ranking-table tr:hover {
    background: #C8C6C4;
}
#ranking-table th {
    color: #FFFFFF;
    background: #3B2517;
}
/* --------------------------------------------- */
#mix-table {
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    table-layout: fixed;
}
#mix-table tr {
    line-height: 2em;
}
#mix-table th img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#mix-table td {
    border: 1px solid #3B2517;
}
#mix-table th {
    border: 1px solid #3B2517;
    background-color: #3B2517;
    color: #FFFFFF;
}
#mix-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Times New Roman", serif;
    font-size: 18pt;
    font-style: italic;
    text-align: center;
}
/* --------------------------------------------- */
.item-list-menu {
    text-align: center;
    font-weight: bold;
    margin: 10px 0 10px 0;
    cursor: pointer;
}
.item-list-table {
    width: 97%;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #3B2517;
    background: #3B2517;
}
.item-list-table tr {
    background: #F0F0F0;
}
.item-list-table tr:nth-child(even) {
    background-color: #E7E4E4;
}
.item-list-table tr:hover {
    background: #C8C6C4;
}
.item-list-table th {
    padding-left: 10px;
    color: #FFFFFF;
    background: #3B2517;
}
.item-list-table td {
    padding-left: 10px;
    padding-right: 10px;
}
/* --------------------------------------------- */
.item-list-info {
    width: 100%;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #3B2517;
    line-height: 18px;
}
.item-list-info thead tr {
    background: #3B2517;
}
.item-list-info th {
    padding-left: 10px;
    color: #fff;
}
.item-list-info tr {
    background: #F0F0F0;
}
.item-list-image {
    background: #000000;
    text-align: center;
}

.item-info-title {
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
}
.item-info-attr {
    padding-left: 30px;
    text-align: left;
}
.item-info-attr-age {
    padding-left: 30px;
    text-align: left;
    font-weight: bold;
    color: #51a2b9
}
.item-info-attr-mix {
    padding-left: 30px;
    text-align: left;
    font-weight: bold;
    color: #ba47b1
}
.item-info-attr-spec {
    padding-left: 30px;
    text-align: left;
    font-weight: bold;
    color: #9d5d13;
}
/* --------------------------------------------- */
#ranking-bc-clan-title {
    font-family: "Times New Roman", serif;
    font-size: 14pt;
    font-style: italic;
}
#ranking-bc-clan-info {
    vertical-align: middle;
    text-align: center;
}