body
{
    background: #000000;
}
.header
{
    padding: 50px;
    background: url('/images/themes/primary/contests/history_header.jpg') no-repeat top right;
    text-align: center;
}
.header h1
{
    margin-bottom: 35px;
}
.header h4
{
    margin-bottom: 20px;
}
.header .button:last-of-type
{
    float: none;
    background: #f6961e;
    color: #ffffff;
}
.header h4 > span
{
    color: #f6951e;
    text-shadow: 0 0 3px #101010;
}
.header p
{
    font-size: 22px;
}
.header p:first-of-type
{
    color: #ffffff;
}
.header p:last-of-type
{
    margin-bottom: 15px;
}
.header p:last-of-type + div
{
    margin-bottom: 25px;
}
.header p:last-of-type + div a
{
    margin: 0 15px;
}
.header p:last-of-type + div a:hover
{
    opacity:0.7;
}
.result-info
{
    margin-bottom: 1em;
}
.result-info .list-element-body .winner
{
    padding: 0 48px;
}
.result-info .list-element-head > div,
.result-info .list-element-body .winner > div
{
    margin-right: 0;
}
.result-info .list-element-head > div:nth-of-type(1),
.result-info .list-element-body .winner > div:nth-of-type(1)
{
    width: 8%;
}
.result-info .list-element-body .winner > div:nth-of-type(1)
{
    padding-left: 0;
}
.result-info .list-element-head > div:nth-of-type(2),
.result-info .list-element-body .winner > div:nth-of-type(2)
{
    width: 14%;
}
.result-info .list-element-head > div:nth-of-type(3),
.result-info .list-element-body .winner > div:nth-of-type(3)
{
	text-align: center;
    width: 10%;
    padding-left: 20px;
}

.result-info .list-element-head > div:nth-of-type(4),
.result-info .list-element-body .winner > div:nth-of-type(4)
{
	text-align: center;
    width: 10%;
}
.result-info .list-element-head > div:nth-of-type(5),
.result-info .list-element-body .winner > div:nth-of-type(5)
{
	text-align: center;
    width: 10%;
}
.result-info .list-element-head > div:nth-of-type(6),
.result-info .list-element-body .winner > div:nth-of-type(6)
{
    width: 11%;
}
.result-info .list-element-head > div:nth-of-type(7),
.result-info .list-element-body .winner > div:nth-of-type(7)
{
    width: 14%;
}
.result-info .list-element-head > div:nth-of-type(8),
.result-info .list-element-body .winner > div:nth-of-type(8)
{
	text-align: end;
	width: 11%;
}
.result-info .list-element-head > div:nth-of-type(9),
.result-info .list-element-body .winner > div:nth-of-type(9)
{
    width: 9%;
    white-space: nowrap;
}
.result-info .list-element-head > div:nth-of-type(9),
.result-info .list-element-body .winner > div:nth-of-type(9) {
    text-align: right;
    padding-right: 12px;
}
.result-info .list-element-head > div:nth-of-type(9)
{
    padding-right: 0;
}
.positive
{
	color: #006400;
}
.positive-contest
{
	color: #20a843;
}
.negative
{
    color: #ff0030;
}
#contests-block .head-element
{
    padding: 10px 65px;
}
#contests-block .head-element > div
{
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 32px;
}
#contests-block .head-element > div > span
{
    float: right;
    width: 0;
    white-space: nowrap;
    position: relative;
    right: 10%;
    color: #f6961e;
    font-size: 20px;
    line-height: 52px;
}
#contests-block .head-element > div > span > a
{
    color: #f6961e;
}
.paginator-block .pagination {
    margin: 0 auto;
    display: table;
}

.trading-history-loading {
    width:100%;
    text-align: center;
    height:50px;
    font-size: 18px;
}