.questionRow{ cursor: all-scroll; }
.excel-container{ position: fixed; top: 0px; right: 20px; z-index: 1; width: 100%; }
#excelExportTable tr td, #excelExportTable tr th { padding: 0 10px; font-size: 12px; border: 1px solid #999; }
.princing-item{ position: relative; }
.trophy-block{ position: absolute; z-index: 1; width: 100%; top: -60px;}
.table-choice-container{}

@media (min-width: 400px) and (max-width: 600px) {
	.table-choice-container{overflow-x:scroll; width: 300px;}
}
@media (min-width: 150px) and (max-width: 399px) {
	.table-choice-container{overflow-x:scroll; width: 220px;}
}

.visitor-list .small-icons a { }
.visitor-list .small-icons a i { font-size: 15px !important; margin: 0 5px;}