﻿/*=================reffered in all the pages where user basically edits article (i.e  imas_introductionConImageOnLeft.aspx ..) also added in sl_HomePage, FaqPages, imas_SP_report and imas_SP_table page layout=================*/

div.article, div.welcome {
    padding: 0px !important;
}


.article-content, .welcome-content {
    margin: 0 0 0 !important;
    /*padding-top:20px;*//*commented to align the text to the quick access bar*/
}


.ms-WPBody {
    font-family: arial,helvetica,sans-serif;
    font-size: auto;
}
.ms-WPBody h1 {
    font-size: 30px;
}

/* for sl_home_page*/
.article-content, .welcome-content {
    color: #222222;
}

.stripemodule > h3 + p {
    font-size: 13px;
}

/*for faq pages*/

.ms-WPBody h2 {
    font-size: 24px;
    /*padding-top:20px;*/
}

.accordioncontent li li{
list-style: disc outside none;
/*padding: 10px 0 0 10px ;*/ /* commented to strip spaces bw bullets*/
}

/*for quiz pages*/

.quizmodule ul {
    padding-left: 20px !important;
}

/* to strip the space  */
#content {
    padding: 0 0 0;
}

/*fix for faq bullets*//* not requited ref bug 987*/
/*
blockquote {
    margin: 0;
}
*/