/* ***************************************************************** */
/*                                                                   */
/* Licensed Materials - Property of IBM                              */
/*                                                                   */
/* (C) Copyright IBM Corp. 2001, 2014. All Rights Reserved.          */
/*                                                                   */
/* US Government Users Restricted Rights - Use, duplication or       */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */
/*                                                                   */
/* ***************************************************************** */

/* hack to fix the overflow, this should be fixed in layout */
/*comment below two change out, to fix the issue 'header and scroll bar shifting occurs when switching'
#dojox_mobile_View_4 {
	margin: 0px 0 126px 0;
	padding: 0 !important;
}
*/

/* should be a general change */
/*
#dojox_mobile_View_4 {
	background-color: #fff;
}
*/

.sampleQuestionsView{
	/*height:100%;*/
	height: 324px;
	vertical-align:top;
	color:white
}

.sampleQuestionsIntroDiv{
    padding: 5px 16px 5px 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #F5F5F5;
	color: #383363;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
}

.sampleQuestionsIntroTitle{
	padding-bottom:10px;
	padding-top:5px
}

.sampleQuestionSegment.clear{
    background-color: transparent;
}

.sampleQuestionSegment{
	/*
	background-color: #022941;
    border-bottom: 1px solid #4E5F73;
    box-shadow: 0 -2px 2px -1px black inset;
    */
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	border-left: 6px solid #00B2EF;
}

.sampleQuestion {
	padding: 8px 16px 8px 10px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-family: Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
	color: #605F5C;
	cursor: default;
}

.sampleQuestionSegment .watsonRightArrowIcon {
	margin-right: 0px;
    padding-right: 50px;
  	background: none;
}

.sampleQuestionSegment:hover {
	background-color: #daf1fc;
}
