/* Asset-index widget */

#widget-asset-index #asset-index-filter {
    background:#42661c !important;
    border:none !important;
    padding:5px;
}

#widget-asset-index #asset-index-filter .active {
    color:#fff;
    border-left:0;
    border-right:0;
}

#widget-asset-index #asset-index-filter a {
    font-size:12px;
    text-decoration:none;
    float:left;
    color:#fff !important;
    padding:12px 15px 12px !important;
    text-shadow: none;
    margin-left:0;
}

#widget-asset-index .game, #widget-asset-index .instrument {
    padding: 10px;
    border-bottom: 3px solid #111;
}

/* Expiry-prices widget */

#widget-expiry-prices #date-picker {
    background:#42661c !important;
    border:none !important;
    padding:5px;
}

#widget-expiry-prices #date-picker label {
    color:#fff;
    font-weight:bold;
}

#widget-expiry-prices .odd {
    background:#111 !important;
}

#widget-expiry-prices .even {
    background:#1b1b1b !important;
}

#widget-expiry-prices #pagination .button {
    margin-right: 5px;
    color: #fff;
    background: #040404;
    text-shadow:none;
    border:1px solid #111;
}

#widget-expiry-prices #pagination .button:hover {
	background:#63ae30;
	background:-moz-linear-gradient(top,  #63ae30 0%, #42661c 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#63ae30), color-stop(100%,#42661c));
	background:-webkit-linear-gradient(top,  #63ae30 0%,#42661c 100%);
	background:-o-linear-gradient(top,  #63ae30 0%,#42661c 100%);
	background:-ms-linear-gradient(top,  #63ae30 0%,#42661c 100%);
	background:linear-gradient(to bottom,  #63ae30 0%,#42661c 100%);
    border:1px solid #76d136;
    color:#fff;
}

#widget-expiry-prices #pagination .button.pressed {
    color: #c2c2c2 !important;
    background:#080909 !important;
    border:1px solid #111 !important;
}

#widget-expiry-prices .pagination-gap {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}