/* ICO RADAR IN SIDEBAR */

.rer-elw-widget {
    margin-bottom: 50px;
}

.elw-app .elw-title {
    padding: 14px 0;
      font-family: sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;

}

.elw-app .elw-content{
border: 0;
}

.rer-elw-widget .ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    padding: 0;
}


.elw-app .elw-event-item .elw-item-logo img {
    width: 125px;
    image-rendering: -webkit-optimize-contrast;
}

.elw-app .elw-event-item .elw-item-logo {
    width: 128px;
    padding: 0;
}

.rer-elw-widget {
    margin-bottom: 25px;
}
/* ICO RADAR IN SIDEBAR - end*/


/* FRONT PAGE PRICE TICKER */
.the_ticker { margin-right: 0; border: 1px solid #dedede; background-color: #eee;}
.price_ticker { float: left; width: 100%; margin-left: -139px; margin-top: 3px;}
/* FRONT PAGE PRICE TICKER */


/*PRICE TICKER MOBILE WIDTH FIX */
@media only screen and (max-width: 670px) and (min-width: 0px){
  .price_ticker {
      margin-left: -5px;
  }
}
/*PRICE TICKER MOBILE WIDTH FIX */

/*SIDE BAR ICO WIDGET TAB TITLE */
.rer-elw-widget .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 0.8vw;
}
/*SIDE BAR ICO WIDGET TAB TITLE */

/*SIDE BAR PRICE WIDGET */
.ccpw-widget .ccpw_table tr {
    background-color: #fff !important;
}

.ccpw_table thead tr th {
    background-color: #fff;
}

table.ccpw_table tr td {
    padding: 8px 0px;
}

.ccpw_table .ccpw_icon.ccpw_coin_logo img {
    height: 28px !important;
}

div.ccpw_icon img {
    margin-left: 4px;
    vertical-align: top;
    margin-top: 2px;
}

table.ccpw_table thead tr {
    display: none;
}

table.ccpw_table {
    margin-bottom: 0px;
}

div#ccpw-list-widget202 {
    position: relative;
    bottom: 10px;
}
/*SIDE BAR PRICE WIDGET */

/*SIDE BAR ICO WIDGET */
@media (max-width: 1000px){
  .rer-elw-widget .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
   	font-size: 17px;
  }
}
/*SIDE BAR ICO WIDGET */