/*default styling*/

.QuestionsList li {
    list-style-type: decimal;
    color: #0eabd9;
    font-size: 110%;
}

.securityQuestionNbr
{
    display: inline-block;
    width: 4%;
    line-height: 25px;
    height: 25px;
    vertical-align: bottom;
    color: #5d9ec8;
    font-size: 110%;
    padding-bottom: 2px;
}

#i18n_save:hover { cursor: pointer; }

#i18n_save
{
    text-align: center;
    display: table;
    margin: 0 auto;
}


.AiSecurityQuestionSaveBtn
{
  padding: 1em 1.5em;
}

#aiSecurityQuestionSaveBtnWrap
{
    width: 10%;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.SecurityQuestionInputFieldWrapper
{
    display: inline-block;
    width: 94%;
}

.SecurityQuestionCombo
{
    width: 94%;
    display: inline-block;
    font-size:85%;
    height: 25px;
    line-height: 25px ;
    margin: 3px 0 ;
    background: #A9A8A8;
    color:black;
    border-radius: 0;
}


input::-ms-clear
{
  display: none;
}
