.buttoncontainer .ui-btn {
    padding: 10px;
}


@font-face {
    font-family: 'GothamLight';
    src: url('font/GothamLight.eot');
    src: url('font/GothamLight.eot?#iefix') format('embedded-opentype'),
         url('font/GothamLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }


body  * {
    font-family: "GothamLight" !important;
    font-weight: normal !important;
  }
.QuestionText
{
    font-size:1.4em;
    height:3.2em;
    color:#544c8f;
}
.MeasureIntroText
{
    font-size:1.4em;
    color:#544c8f;
}

.logo
{
    text-align:center;
}
.rdoAnswer
{
    font-size:1.9em !Important;
}

.end_Of_Test_Heading
{
    font-size:3em;
    text-align:center;
    font-weight:bold;
    color:#5E5794;
}

.end_Of_Test_Score
{
    font-size:3em;
    text-align:center;
    font-weight:bold;
    color:#48C19C;
}

.ResultsQuestion
{
    font-size:0.8em;
}
.ResultsAnswer
{
    font-size:0.9em;
    padding-bottom:0.5em;
}

.Test_Content
{
    padding:0.5em;
}

.RequestQHeader
{
    color:#5E5794;
}
.RequestAHeader
{
     color:#48C19C;
}

.Content
{
    padding-top:2em;
}

.GreenText
{
    font-size:0.8em;
    color:#48C19C;
}


}


.welcomeText p
{
	color:#544c8f;
    padding:1.6em;
    font-size:1em;
}

.welcomeText h1
{
	padding:1.6em;
	color:#544c8f;
    font-size:1.5em;
}