.sticky-container {
    /* background-color: #333; */
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -154px;
    top: 250px;
    width: 200px;
    z-index: 999;
}
.sticky li {
    list-style-type: none;
    background-color: #0f0f0f;
    color: #fff;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.sticky-anchor {
    color: inherit;
}
.sticky li a {
    float: left;
    margin: 8px 15px;
    margin-right: 10px;
	color: #fff;
}
.table-data th {
    background-color: #bf9332;
    color: #010101;
    border-color: #bf9332 !important;
	font-size:17px;
	font-weight:bolder
}
.table-data td {
    font-size:17px;
	font-weight:bold
}
/** ADD YOUR AWESOME CODES HERE **/
