.ot-sdk-show-settings{
	cursor:pointer;
}
/* Help Menu page */
a.btnSampl{
	display:inline-block!important;
	color: #000!important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px 5px;
	font-size:13px!important;
    font-weight: 400;
    text-shadow: 1px 1px 0px #fde623;
    filter: dropshadow(color=#0f1b19,offx=1,offy=1);
    -webkit-box-shadow: inset 0px -2px 0px 0px #0f1b19;
    box-shadow: inset 0px -2px 0px 0px #0f1b19;
    background: #fcc036!important;
    background: -moz-linear-gradient(top,#fcc036 0%,#f99410 100%)!important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcc036),color-stop(100%,#f99410))!important;
    background: -webkit-linear-gradient(top,#fcc036 0%,#f99410 100%)!important;
    background: -o-linear-gradient(top,#fcc036 0%,#f99410 100%)!important;
    background: -ms-linear-gradient(top,#fcc036 0%,#f99410 100%)!important;
    background: linear-gradient(to bottom,#fcc036 0%,#f99410 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc036',endColorstr='#f99410',GradientType=0)!important;
    line-height: 20px!important;
	height:25px!important;
}
a.btnSampl:hover{
    -webkit-border-radius: 5px!important;
	border-radius: 5px!important;
	box-shadow: none!important;
}
li.help span{
	padding:3px; 
	display:block; 
	background:#fff;
	font-size:14px;
	margin-left: 6px;
}
li.help>ul{
	background:#fff;
}
li.faqLinks>p>a{
	font-size:11px!important;
	font-weight:700;
	word-wrap:break-word;
	text-decoration:underline;
	padding-right:10px!important;
	border:0!important;
	margin:0!important;
	line-height:1!important;
	height:30px!important;
}
li.faqLinks>p{
   margin-bottom:0;	
}
li.faqLinks>p>a:hover{
	background:none!important;
}
ul.nice-menu> li.help> ul> li{
	width:16.5em!important;
}
ul#nice-menu-2{
	margin:5px auto 0!important;
	text-align:center;
	display:block;
}

/* Video Tutorials */

.vidTutContainer p{
	font-size:16px;
	margin-top:20px;
	margin-bottom:0;
}
.vidTutContainer hr{
	margin:15px 0;
}
#accordion .panel-header{
	background:#f1f9ff;
	padding : 15px;
	font-size:14px;
	font-weight:700;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#accordion .panel-body{
	display : none;
	padding : 20px;
	border : solid 1px #e8f4fe;
}

#accordion .panel{  
	margin:5px;  
	border-radius: 5px;
}
.fa-chevron-down{
	float:right;
	font-size:13px;
	margin-top:3px;
}
ul.hsVidLinks{
	margin-left: 25px;
}
ul.hsVidLinks li{
	padding:10px 0;
}
.rotate{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
