.char_avatar {
	height:33px;
	width:33px;
}

#search_field, #realm, #table {
	color: #6a7278;
	background-color: rgba(7, 8, 11, 0.5);
}

#search_field::placeholder {
	color: #44525f;
}

@media screen and (max-width: 576px) {
    #search_field {font-size: 0.8125rem;}
    #search_field::placeholder {font-size: 0.8125rem;}
}

#search_box {
    display: none;
}

.nice_table td:first-child {
    font-weight: normal;
}

.faction-1 {
    background-image: url(../../../assets/images/factions/1.png);
    width: 45px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.faction-2 {
    background-image: url(../../../assets/images/factions/2.png);
    width: 45px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
