
#bl {
    font-size: 14px;
    width: 100%;
    padding: 0px !important;
    max-width: 800px; 
    font-family: arial;
    background: #1f1f1f;
}
div#bl > div {
    width: 100%;
}
.bl-table-header td {
    background: #181818;
    border: solid 1px #181818 !important;
    color: #ffffff !important;
}
tr:nth-child(even) {
    background: #1f1f1f !important; 
}
tr:nth-child(odd) {
    background: #181818 !important;
}
tr.bl-table-header td {
    color: #727274 !important;
    font-weight: bold;
}
#right {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: -37px;
    margin-right: 42px;
    padding-right: 31px;
}
#curentpage {
    margin: 0 auto;
    /*background: #02424c;*/
    text-align: center;
    width: 21px;
    font-weight: bold;
    color: #ffffff;
    padding: 9px;
    text-shadow: 0px 0px 10px #000;
}
div#temp font {
    text-shadow: 0px 0px 4px #000;
}
#temp {
    transform: rotate(-6deg);
    font-size: 17px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #5c2766 !important;
    color: #fff;
    font-weight: bold;
    background: #12101b;
    margin-top: -5em;
    margin-left: -4em;
}
i.fa.fa-question-circle {
    font-size: 20px;
    color: #31947d;
    border: solid 1px;
    padding: 3px 5px 6px 5px;
    height: 17px;
    border-radius: 50%;
    cursor: help;
}
.bl-table td {
    padding: 8px;
    border-bottom: 1px solid #f9f9f9;
    color: #ffffff;
    text-align: center;
    border: solid 1px #02424c;
    width: 20%;
}

table.bl-table {
    width: 100%;
    background: #1f1f1f;
}
.bl-pages {
    width: 100%;
    text-align: center;
}

.bl-pages a {
	color: #000;
	text-decoration: none;
}

input {
	outline: 0;
}
.button {
    background: #5c2766;
    border: solid #5c2766;
    padding: 7px;
    height: 34px;
    margin-left: -4px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: -1px;
    text-shadow: 0px 0px 10px #000;
}

h3 {
    color: #f5f5f5;
}
.input {
    border: 0;
    width: 200;
    height: 34px;
    padding: 5;
    font-size: 15;
    
}
.buttonlist {
    padding: 6px 16px;
    width: 100%;
    max-width: 15px;
    float: left;
    font-size: 20px;
    color: #ffffff;
}