.venue_card_container{}

.venue_card_container ul li .info {
    width: 100%;
    float: none;
    text-align: center;
}

.venue_card_container ul li h3 {
    font-size: 20px;
    line-height: 24px;
    color: rgba(0,0,0,0.87);
    height: 48px;
	width: 100%;
}

/*------------------------ using in a team page for showing heading-------------------------*/
.division_wrap > h3 {color: #333;  font-weight: 700; line-height: 36px; text-transform:uppercase;}

/*.table > tbody > tr:hover { background-color: #eee; }*/

/* .navbar-inverse .navbar-nav > li > ul > li.active > a { background-color:transparent; color:#3aaa35; } */

/* --------------------------------Preview Page Refresh Section------------------------------ */
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.trending_data ul li .refresh_btn .rotate_refresh{
-webkit-transition:-webkit-animation:spin 5s linear infinite;
-moz-animation:spin 5s linear infinite;
animation:spin 5s linear infinite;}
/* --------------------------------Preview Page Refresh Section------------------------------ */


/*------------------------ using in a portal page for market record in w-l-p or w-l-------------------------*/
.market_record_wdl_wl { display:block; line-height:10px}

/*------------------------ using in a preview page for match description-------------------------*/
.preview_page_description {line-height:25px;}


.description_text{max-height:500px}
