body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f7f7f7;
  position: relative;
  margin: 0px;
  font-size: 15px;
  padding: 0px;
}

.hidebox{
  display: none;
}
h2.quiz-title {
  text-align: center;
  color: #296e94;
}
.page-content > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 10px;
}

.page-content > .row.login {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 120px;
}

/* Footer */

footer{
   background-color:#296e94;
   box-shadow:inset 0px 0px 3px #111;
   color:#fff;
   font-size:14px;
   line-height:25px;
   bottom: 0px;
}

footer a{
   color:#eee;
   text-decoration:none;
   border-bottom:1px dotted #888;
}

footer a:hover{
   color:#aaa;
   text-decoration:none;
   border:0px;
}

footer hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #000 1px solid;
	border-bottom: #212121 1px solid;
}

footer .copy{
   font-size:13px;
   margin:15px 0px;
}

/* Logo & Navigation */

.header{
   height:50px;
   background-color: #296e94;
}

.header .logo h1{
   font-size:30px;
   margin:0px;
}

.header .logo h1 a{
   color:#fff;
   font-family: 'Open Sans Condensed', sans-serif;
}

.header .logo h1 a:hover{
   color:#fff;
   text-decoration:none;
   border:0px;
}

.header .form{
   margin-top:10px;
   width:100%;
   max-width:300px;
   margin:10px auto;
}

.header .navbar *{
   box-shadow:none !important;
}

.header .navbar .label{
   font-size:12px;
   padding:4px 8px;
   margin:0px 2px;
   border-radius:15px !important;
}

.header .navbar{
   background:none !important;
   border:0px !important;
}

.header .navbar i{
   margin-right:3px;
}

.header .navbar .nav > li > a{
   color:#fff !important;
   font-size:13px !important;
   border-bottom:0px !important;
   margin-top:0px !important;
   font-weight:bold;
}

.header .navbar-nav>.open>a,.header  .navbar-nav>.open>a:hover,.header  .navbar-nav>.open>a:focus {
   background:none !important;
}

.header .navbar-collapse{
   border:0px !important;
}

.header .navbar-header{
   width:43px;
   margin:0 auto;
}

.header .navbar-header button{
   color:#fff !important;
   padding:5px 10px;
}

.header .navbar-toggle{
   background-color: #1dc1da !important;
   border:1px solid #0fa6bc !important;
}

.header .navbar-toggle:hover, .header .navbar-toggle:focus {
   background-color: #0fa6bc !important;
   border:1px solid #0fa6bc !important;
}

.header .dropdown-menu{
   border-radius:6px !important;
   background:#fff !important;
}

.header .dropdown-menu li{
   font-size:13px;
   padding:6px 15px;
   border-bottom:1px solid #ddd;
}

.header .dropdown-menu li a {
   color:#888;
   padding-left:0px !important;
}

.header .dropdown-menu li:last-child{
   border:0px;
}

.header .dropdown-menu li a:hover{
   background:none !important;
   color:#666 !important;
   border:0px !important;
}

.header .dropdown-big{
   min-width:300px;
}

.header .dropdown-big .dropdown-head{
   padding:7px 15px;
   background:#fcfcfc;
   border-bottom:1px solid #ddd;
   margin-top:-5px;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
}

.header .dropdown-big .dropdown-title{
   font-size:13px;
   font-weight:bold;
   color:#555;
}

.header .dropdown-big .dropdown-body{
   background:#fff;
}

.header .dropdown-big .dropdown-foot{
   padding:7px 15px;
   background:#fcfcfc;
   border-top:1px solid #ddd;
   margin-bottom:-5px;
   border-bottom-left-radius:5px;
   border-bottom-right-radius:5px;
   font-size:12px;
}

.header .dropdown-big .dropdown-foot a{
   color:#888;
}

.header .dropdown-big .dropdown-foot a:hover{
   color:#555;
   border-bottom:0px;
}

.header .navbar-nav .caret{
   border-top-color:#fff !important;
   border-bottom-color:#fff !important;
}

.header .navbar-nav>.open>a .caret,.header  .navbar-nav>.open>a:hover .caret,.header  .navbar-nav>.open>a:focus .caret {
   border-top-color: #fff !important;
   border-bottom-color: #fff !important;
}

/* Sidebar navigation */

.content-box, .content-box-large {
   margin-bottom:30px;
   background:#fff;
   padding:10px;
   border-left:1px solid #eee;
   border-top:1px solid #eee;
   border-right:2px solid #eee;
   border-bottom:2px solid #eee; 
}

.content-box.with-min-height{
  min-height: 400px;
  padding: 20px;
}

.content-box h2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
}

.content-box-large {
  border-radius:10px;
  padding: 20px;
}

.box-with-header {
  border-top: none;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

.content-box-header {
  min-height: 40px;
   font-size: 16px;
   background:#f5f5f5;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
   padding:10px;
   border-left:1px solid #eee;
   border-top:1px solid #eee;
   border-right:2px solid #eee;
}

.content-box-header:after {
  clear:both;
}

.sidebar ul.nav, .sidebar ul.nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.sidebar ul.nav ul {
   margin:0px;
   padding:0px;
   display:none;
}

.sidebar .nav li.open ul{
   display:block;
}

.sidebar .nav > li {
	margin: 0;
   border-bottom: 1px dashed #ddd;
}

.sidebar .nav > li > ul > li > a span {
  padding-right: 8px;
}

.sidebar .nav > li:last-child{
   border-bottom:0px;
}

.sidebar .nav > li li {
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.sidebar .nav > li li a{
   padding-left:25px;
}

.sidebar .nav > li > a {
	font-size: 14px;
	line-height: 20px;
	color: #555;
	display: block;
   background:none;
	text-decoration: none;
   border-top:0px;
}

.sidebar .nav > li > a > i{
   margin-right:5px;
}

.sidebar .nav > li > ul > li > a {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 10px 8px 40px;
	color: #555;
   background:#fff;
	display: block;
	text-decoration: none;
   border-top:0px;
}

.sidebar .nav > li > ul > li.active > a{
   background:#fff;
    color:#555;
}

.sidebar .nav > li > ul > li > a:hover{
   background:#fff;
   border-bottom:0px;
}

.sidebar .nav li a:hover, .sidebar .nav li.current > a {
    background-image: linear-gradient(to bottom, #dbdbdb 0px, #e2e2e2 100%);
    background-repeat: repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
	color: #555;
   border-bottom:0px;
}

.sidebar .nav li.open > a {
   background:#fff;
   color: #555;
   border-bottom:1px dashed #ddd;
}

.sidebar .nav a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
   margin-top: 8px;
	margin-left: 2px;
}

.sidebar .nav a:hover .caret {
	border-top-color: #aaa;
}

.sidebar .nav li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #aaa !important;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sidebar .nav li.open > a:hover > .caret {
	border-bottom-color: #aaa;
}

.login-bg {
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-color: #eff0f3;
  background-repeat: no-repeat;
  height: 100%;
}

body {
  background-color: #eff0f3;
}

/** Login & Signup **/

.login-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.login-wrapper .box {
  margin: 0 auto;
  padding: 30px 0 30px;
  float: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
.login-wrapper .box h6 {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 600;
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  font-size: 15px;
  height: 40px;
  margin-bottom: 10px;
  border-color: #b2bfc7;
  padding-left: 12px;
}

form#login button[type="submit"]{
  margin-top: 10px;
}

.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
  border: 1px solid #28a0e5;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
}
.login-wrapper .box input[type="password"] {
  margin-bottom: 10px;
}

.login-wrapper .box .action {
  position: relative;
  top: 30px;
  padding: 15px 0px;
}
.login-wrapper .box .signup {
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 25px;
  border-radius: 5px;
}
.login-wrapper .already {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}
.login-wrapper .already p {
  display: inline-block;
  color: #222;
}
.login-wrapper .already a {
  color: #222;
  margin-left: 7px;
  border-bottom: 1px solid;
}
.login-wrapper .already a:hover {
  text-decoration: none;
  color: #000;
  border-bottom-color: #000;
}

.login-wrapper .box .social{
  margin: 0 auto;
  width: 90%;
}
.login-wrapper .box .social a.face_login{
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#4566a9));
  background: -webkit-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#4566a9 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#4566a9 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
  border: 1px solid #3B4868;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 37px;
    overflow: hidden;
    width: 99%;

    text-decoration: none !important;
}
.login-wrapper .box .social a.face_login:hover {
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#5773AC));
  background: -webkit-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#5773AC 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#5773AC 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );
}
.login-wrapper .box .social a.face_login span.face_icon{
  background-color: #39599F;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 37px;
    text-align: center;
    width: 51px;
}
.login-wrapper .box .social a.face_login span.face_icon img{
  margin-top: 5px;
}
.login-wrapper .box .social a.face_login span.text{
  color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 0 25px;
    text-shadow: 1px 1px 0 #39599F;
}
.login-wrapper .box .division{
  display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
.login-wrapper .box .division hr{
  border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}
.login-wrapper .box .division hr.left{
  top: 13px;
}
.login-wrapper .box .division hr.right{
  bottom: 6px;
  right: 0;
}
.login-wrapper .box .division span{
  color: #666666;
  font-size: 18px;
}

.panel-heading>.panel-title, .content-box-header .panel-title {
    float: left;
    padding: 10px 15px;
    padding-top: 0px;
}

.panel-heading>.panel-title>*, .content-box-header .panel-title>* {
    margin: 0;
}

.panel-heading>.panel-title>span, .content-box-header .panel-title>span {
    font-weight: normal;
}

.panel-heading>.panel-options, .content-box-header .panel-options {
    float: right;
    padding-right: 15px;
}

.panel-heading>.panel-options>a, .content-box-header .panel-options>a {
    margin-top: 10px;
}

.panel-body {
  clear:both;
}

/* Ranny General */
.panel-standard > .panel-heading {
    background-color: #7dbfe3;
    border-color: #7dbfe3;
    color: #000; /*555*/
}

a {
  color: #23527c;
  outline: none;
}
a:link, a:visited, a.btn:link, a.btn:visited, .btn {
	outline: none !important;
}

.text-red, .text-danger {
	color: #f00;
}
.text-info {
  color: #2e6da4;
}
.manual-tag label {
  font-weight: 400;
  padding-top: 7px;
}
#manual-tag {
  outline: none;
}
/* end of Ranny General */


/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px){

}

/* Tablets */
@media (max-width: 767px){
   .container{
      width:100%;
   }
   .header{
      height:auto;
      padding:15px 0px;
   }  
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .header .navbar .nav > li > a:hover{
	  background:#0fa6bc;
      border-radius:5px;
   }
   .navbar-toggle {
      margin-right:0px !important;
   }
}

/* Desktop */

@media (max-width: 991px){
   .header{
      height:auto;
      padding:15px 0px;
   }  
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .header .form{
      margin:10px auto;
   }
   .sidebar, content-box{
      margin-bottom:30px;
      width:100%;
      float:none;
      position:relative;
   }  
   .mainy{
      margin-left: 0px;
   }
   .sidebar-dropdown{
      display:block;
      text-align:center;
      margin:0 auto;
      margin-bottom:10px;
      border-bottom:1px dashed #ddd;
      padding-bottom:10px;
   }
   .sidebar-dropdown a, .sidebar-dropdown a:hover{
      color:#fff;
      background:#16cbe6;
      display:block;
      padding:6px 12px;
      border-bottom:0px;
      box-shadow:0px 0px 1px #0fa6bc;
      border-radius:10px;
   }  
}

/* Ranny */
.content-box-large div > h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}

.content-box-large div > h3 {
  font-size: 21px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}
.row.no-gutters > .p5-right[class^="col-"] {
    padding-right: 5px;
}
/* remove gutters */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* end of remove gutters */

.margin-bottom {
  margin-bottom: 10px;
}

div#inline-search {
	margin-bottom: 20px;
}

.height-70{
  height: 70px;
}
label.inline {
  padding-top: 7px;
}
label.option-label{
  font-weight: normal;
}

input:checked + label.option-label {
  color: #267b02;
  font-weight: bold;
}

/*CSS Digg style pagination*/
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align: left;
	margin-top: 10px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #bbb;
	text-decoration: none; /* no underline */
	color: #333;
	background-image: linear-gradient(to bottom, #dbdbdb 0px, #e2e2e2 100%);
}
div.pagination a:hover, div.digg a:active {
  background-image: linear-gradient(to bottom, #dbdbdb 0px, #A0C8F0 100%);
	border-color: #A0C8F0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	background-image: linear-gradient(to bottom, #dbdbdb 0px, #A0C8F0 100%);
	border: 1px solid #A0C8F0;
	color: #000099;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
.list-items {
  margin-top: 0.5em;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
.list-items td {
  border: 1px solid #dddddd;
}
tr.alt {
  background-color: #eeeeee;
}
th {
  border: 1px solid #DDDDDD;
  padding: 5px 15px;
  background-repeat: repeat-x;
  text-align: left;
  vertical-align: middle;
  background-image: linear-gradient(to bottom, #dbdbdb 0px, #e2e2e2 100%);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
}
td {
  padding: 5px 15px;
}
td.itemcount {
	text-align: center;
}
tr.alt {
    background-color: #eeeeee;
}
table#user {
	width: 70%;
}
/* Autocomplte */
.ui-menu {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
	padding: 0;
}
.ui-menu .ui-menu-item {
  padding: 3px 12px;
}

.candidate-info h4 {
	margin: 10px;
	margin-left: 25px;
}
.candidate-info h4 b {
	display: inline-block;
	width: 120px;
}
.candidate-photo img {
	height: auto;
	max-width: 100%;
	border: 5px solid #dfdfdf;
}
.exam-pane {
	min-height: 470px;
  /* Disable text Selection */
  -webkit-touch-callout: none;
   -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.exam-pane a.category_box {
  border-radius: 10px;
  padding: 4px 10px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #d4e0ed;
  color: #000;
  text-decoration: none;
}

.exam-pane h3.heading {
	margin-top: 10px;
}
.exam-pane h4.instruction {
  text-decoration: underline;
}
.exam-pane .question {
  border-top: 3px solid #eee;
}
.exam-pane .question-detail{
  
}
.exam-pane .questionwrap{
  min-height: 400px;
  max-height: 400px;
  overflow-y: scroll;
  padding-left: 10px;
}
.rTable {
  display: table;
  width: 100%;
}
.rTableRow {
  display: table-row;
}
.rTableCell, .rTableHead {
  display: table-cell;
  padding: 5px 3px;
  _border: 1px solid #999999;
}
.rTableCell.Question {
  border-bottom: 1px solid #eee;
}
.questionwrap input[type="text"] {
  margin: 10px;
  margin-left: 0;
}
.exam-pane .next-buttons{
  border-top: 1px solid #ccc;
  padding: 15px 0px;
}
.exam-pane .next-buttons .btn{
  margin-right: 10px;
}
.control-pane {
  background: #eee;
}
img.candidate-photo {
  max-width: 100%;
  height: auto;
  border: 2px solid #dfdfdf;
}
.exam-details p {
  margin-left: 5px;
  margin-bottom: 5px;
}
.exam-details p:first-of-type{
	margin-top: 10px;
}
.timer {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    font-weight: bold;
    font-size: 30px;
}
.timer-info {
  font-weight: bold;
}
.timer-plus {
  background-color: #669533;
}
.timer-minus {
  background-color: #f00;
}
div.start-exam{
	text-align: center;
	margin: 25px 0;
}
.bigger-font {
	font-size: 17px;
}
div.question-btns{
  margin-top: 10px;
  background: #fff; 
  padding: 5px;
  overflow-y: scroll;
  max-height: 220px;
  margin-bottom: 15px;
}
div.count_btn, span.count_btn{
  background: #212121 none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 17px;
  _height: 25px;
  margin: 5px;
  padding: 2px 5px;
  min-width: 25px;
}
.btn-legend {
  padding-bottom: 10px;
}
.btn-legend p {
  width: 50%;
  float: left;
  margin: 0;
}
.btn-legend p span {
  float: left;
}
.btn-legend p span.txt{
  padding-top: 7px;
}
.count_btn.answered{
  background: #267b02;
}
.count_btn.review-later{
  background: #ffcc00;
}
.count_btn.un-answered {
  background: #d0380e;
}


/* from savesoft */
div.category_box {
  background: #e4edf7 none repeat scroll 0 0;
  border: 1px solid #d4e0ed;
  color: #000000;
  cursor: pointer;
  float: left;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  padding: 4px;
  width: 110px;
}

a.tooltip {
    outline: medium none;
}
a.tooltip strong {
    line-height: 30px;
}
a.tooltip:hover {
    text-decoration: none;
}
a.tooltip span {
    display: none;
    line-height: 16px;
    margin-left: -125px;
    margin-top: 20px;
    padding: 14px 20px;
    width: 240px;
    z-index: 10;
}
a.tooltip:hover span {
    background: #000 url("images/css-tooltip-gradient-bg.png") repeat-x scroll 0 0;
    border: 2px solid #fff;
    color: #eee;
    display: inline;
    position: absolute;
}
.callout {
    border: 0 none;
    left: 120px;
    position: absolute;
    top: -14px;
    z-index: 20;
}
a.tooltip span {
    border-radius: 2px;
    box-shadow: 0 0 8px 4px #666;
    opacity: 0.8;
}

article.hidequestion {
    border: 1px solid #eeeeee;
    padding-left: 5px;
    display: none;
}
article.showquestion  {
    border: 1px solid #eeeeee;
    padding-left: 5px;
    display: block;
} 

/* Maths and Science */
.fraction {
    display: inline-block;
    vertical-align: middle; 
    margin: 0 0.2em 0.4ex;
    text-align: center;
}
.fraction > span {
    display: block;
    padding-top: 0.15em;
}
.fraction span.fdn {border-top: thin solid black;}
.fraction span.bar {display: none;}

.radical {
    position: relative;
    font-size: 1.6em;
    vertical-align: middle;
}
.n-root {
    position: absolute;
    top: -0.333em;
    left: 0.333em;
    font-size: 45%;
}
.radicand { 
    padding: 0.25em 0.25em;
    border-top: thin black solid;
}

.intsuma {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.intsuma > span {
    display: block;
    font-size: 70%;
}
.intsuma .lim-up {
    margin-bottom: -1.0ex;
}
.intsuma .lim {
    margin-top: -0.5ex;
}
.intsuma .sum {
    font-size: 1.5em;
    font-weight: lighter;
}
.intsuma .sum-frac {
    font-size: 1.5em;
    font-weight: 100;
}

.limes {
    position: relative;
    display: inline-block;
    margin: 0 0.2em;
    vertical-align: middle; 
    text-align: center;
}
.limes > span { 
    display: block;
    margin:-0.5ex auto;
}
.limes span.numup,
.limes span.overdn {
    font-size: 70%;
}
.sy, 
.sy-r, 
.sy-g, 
.sy-b {
    position: relative;
    text-align: center;
}
.sy-r {color: #f00;}
.sy-g {color: #4f8c4f;}
.sy-b {color: #00f;}
.oxbr, 
.oncapital, 
.onsmall {
    position: absolute;
    top: -1em;
    left: 0px;
    width: 100%;
    font-size: 70%;
    text-align: center;
}

.oncapital, .onsmall {
    position: absolute;
    top: -1em;
    left: 0px;
    width: 100%;
    font-size: 70%;
    text-align: center;
}
.onsmall {
    top: -0.7em;
}

.dblarrow {
    font-size: 125%;
    top: -0.4ex;
    margin: 0 2px;
}
.dblarrow:after {
    content:"\2190";
    position: absolute;
    left: 0;
    top: 0.5ex;
}






