﻿.hashtags a.well {
    margin-left: 5px;
    padding: 5px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
	color: #337ab7;
}
.hashtags .well {
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.hashtags .well {
    min-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.bestaAds_desktop {
	display:inline-block;
}
.bestaAds_tab {
	display:none;
}
.bestaAds_mobile {
	display:none;
}

/* start desktop */
@media only screen and (max-width: 1100px) and (min-width: 1024px) {
	.bestaAds_desktop {
		display:inline-block;
	}
	.bestaAds_tab {
		display:none;
	}
	.bestaAds_mobile {
		display:none;
	}
}
/* end desktop */

/* start tab */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.bestaAds_desktop {
		display:none;
	}
	.bestaAds_tab {
		display:inline-block;
	}
	.bestaAds_mobile {
		display:none;
	}
}

@media only screen and (max-width: 767px) and (min-width: 599px) {
	.bestaAds_desktop {
		display:none;
	}
	.bestaAds_tab {
		display:inline-block;
	}
	.bestaAds_mobile {
		display:none;
	}
}
/* end tab */

/* start mobile */
@media only screen and (max-width: 598px) and (min-width: 480px) {
	.bestaAds_desktop {
		display:none;
	}
	.bestaAds_tab {
		display:none;
	}
	.bestaAds_mobile {
		display:inline-block;
	}
}

@media only screen and (max-width: 479px) {
	.bestaAds_desktop {
		display:none;
	}
	.bestaAds_tab {
		display:none;
	}
	.bestaAds_mobile {
		display:inline-block;
	}
}
/* end mobile */