.coronavirus .meta-wrapper {
  background-image: url(/pb-assets/images/backgrounds/grey-blue-bg.jpg);
  background-repeat: repeat;
}

.bipolar .meta-wrapper {
  background-image: url(/pb-assets/images/backgrounds/black-white-diamond_bg.jpg);
  background-repeat: repeat;
}

.eating-disorders .meta-wrapper {
  background-image: url(/pb-assets/images/backgrounds/POL_eating_disorders_bg.jpg);
  background-repeat: repeat;
}

.gun-violence .meta-wrapper {
    background-image: url(/pb-assets/gun_violence/gunviolence_bg.jpg);
    background-repeat: repeat;
}

.mdd .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_MDD_concrete_bg.jpeg);
    background-repeat: repeat;
}

.schizo .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_schizo_bg.jpg);
    background-repeat: repeat;
}

.ps-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_PS_bg.jpg);
    background-repeat: repeat;
}

.ajp-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_AJP_bg.jpg);
    background-repeat: repeat;
}

.ajprj-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_AJPRJ_bg.jpg);
    background-repeat: repeat;
}

.focus-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_Focus_bg.jpg);
    background-repeat: repeat;
}

.neuro-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_JNP_bg.jpg);
    background-repeat: repeat;
}

.prcp-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_PRCP_bg.jpg);
    background-repeat: repeat;
}

.apt-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_APT_bg.jpg);
    background-repeat: repeat;
}

.white-card {
  background: #fafafa;
  padding: 10px;
  background-color: #fff;
}

/* APP-993 */
@media (max-width: 767px){
    .header--first-row {
        padding-left: 0px;
    }
}

/* APP-998 */
@media (max-width: 531px){
    .books-container .cover-image .book__basic-info {
        min-height: 50px;
        height: inherit;
        overflow: auto;
    }
}

/* APP-1062 & APP-1191*/

.schizo .browse-journal__item,
.mdd-neuro .browse-journal__item {
  padding-bottom: 0;
  height: 150px;
}

/* also APP-1191 replacing value in top-content.scss*/
.top-content__block .top-content-alt {
  margin-bottom: 10px;
}

.gv-journals .browse-journal__item {
  padding-bottom: 0;
  height: 130px;
}

/* APP-993 */
.header__logo img {
    max-height: 35px;
    padding-top: 5px;
}


/* APP-972 */
.site-header__logo {
  position: relative;
  z-index: 1;
}

/* Schizophrenia microsite */
a.btn__schizo {
    background-color: #003399;
    color: white;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 2px;
    padding: 10px 24px;
    font-size: 14px;
}

a.btn__schizo:hover:not(.active) {
    background-color: #001199;
    color: white;
    /* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */
}

.resource__center img:hover {
  opacity: 0.8;
}

.dark-bg {
  color: #fff;
  background-color: rgba(0,0,0,.60);
}

/* .resource__center:hover:not(.active) {
  background-color: #cad0dc;
} */

/* MDD microsite */
.remove-margin-bottom {
  margin-bottom: 0;
  /* margin: 0;
  padding: 0; */
}


/* Help Center */
a.sidenav-item {
    /*background: white;*/
    border-radius: 4px;
    display: block;
    margin-bottom: 2px;
    padding: 5px;
    font-size: 14px;
    
}

li a.active.sidenav-item {
    background-color: #003399;
    color: white;
}

li a.sidenav-item:hover:not(.active) {
    background-color: #555;
    color: white;
}


ul.guidelinesTOC {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guidelinesTOC h2 {
  font-size: 14px;
  margin: 0 0 2px;
}
ul.guidelinesTOC li {
  margin: 0 0 25px;
  padding: 0;
}
 ul.guidelinesTOC li ul {
  margin: 0;
  padding: 0;
}
ul.guidelinesTOC li ul li {
  margin: 3px 0 0;
  list-style: none;
}


.article__metrics .metrics-label{
    font-weight: 600;
    display: inline-block;
}

.article__metrics .altmetric-embed{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px
}


/* APP-934 */
.details-tab .cover-meta-wrap img {
  width: 50%;
}


.details-tab .cover-meta-wrap .meta {
  float:right;
  width: 45%;
}


.book-details-tab {
    text-align: center;
}

.book-details-tab .cover-meta-wrap img{
    width: 45%;
}

article .tab .kudos-widget {
    display: block;
}


.podcast-icon {
    display: block;
    margin-right: 10px;
    float: left;
    height: 38px;
    width: 26px;
    background-image: url(https://ajp.psychiatryonline.org/pb/assets/raw/journals/ajp/images/icon_podcast_large.gif);
}

.podcast-text{
	margin-top: 10px;
}

/* Display only title on cover image widgets */

.only-title .cover-image.alt span{
    display:none
}

.only-title .cover-image.alt .book__authors{
    display:none
}

.only-title .cover-image.alt .book__doi{
    display:none
}

.only-title .cover-image .book__authors{
    display:none
}

.only-title .cover-image .book__edition{
    display:none
}

/* APP-1062 */
.books-container .only-title .cover-image .book__basic-info {
    min-height: 40px;
    max-height: 110px;
}

.books-container .cover-image__image{
  height: 250px;
}

.books-container .cover-image__image img{
  height: 100%;
}

.books-container .only-title  .cover-image .book__title{
  text-align: center;
}


/* APP-875 */
.theme-note.red-note {
    background-color: rgba(166, 0, 0, 0.12);
    border-left: 5px solid rgba(166, 0, 0, 1);
}

/* APP-868 */

.alerts ul.account-tab__nav {
    display: none;
}

.alerts  .tab__content .tab__pane{
    padding-top: 0;
}

.alerts .account-tab {
  margin-top: 0;
}


/* APP-869 */

.app-usage-reports .usageReports .section__header.border-bottom{
    margin-top: 50px;
    font-weight: 700;
}

.app-usage-reports .extraPageTitle{
    display:none
}

/* LIT-214810 LIT-217504*/
.homepage .browse-journal__item .item__image{
    width: 50%;
    max-width: 200px;
}

.homepage .browse-journal__item .item__body{
    width: 50%;    
}

.homepage .browse-journal__item .meta__title {
    display:none;
}

.homepage .browse-journal__item .meta__info .meta__details{
    display: none;
}

/* LIT-217484 */
.homepage .browse-journal__item .meta__info .rlist {
    display: block;
}

/* LIT236458 temp fix*/
/*.homepage .browse-journal__item .meta__info .rlist li {
  margin-bottom: 8px;
}*/

.top-content__block.right .pub-list .creative-work{
  border-bottom: 0;
}

.homepage__slider .slide-item {
  height: 506px;
}

.homepage__slider .slide-image img {
  width: initial;
  min-width: 1080px;
  overflow: hidden;
}

.pol-theme .homepage__slider .slide-item .text-slide{
  background-color: #cad0dc;
  height: 100%;
  padding: 15px;
}


.pol-theme .text-onDark h1, .pol-theme .text-onDark h2, 
 .pol-theme .text-onDark h3, .pol-theme .text-onDark h4, .pol-theme .text-onDark h5, .pol-theme .text-onDark h6{
  color: white;
 }

.pol-theme .text-onDark a{
  color: #cad0dc;
}

.pol-theme .text-onDark a:hover, .pol-theme .text-onDark a:focus {
    color: inherit;
}

/* LIT-214811 */
.homepage__short__slider .slide-item {
  height: 300px;
}


/* LIT-211971 */

.books-main-slider.slider__container.responsiveSlider3-1-1 .owl-item:not(.first) .cover-image .parent-item span:nth-child(2).bold{
    display:none;
}

.books-main-slider.slider__container.responsiveSlider3-1-1 .owl-item:not(.first) .cover-image .parent-item .book__authors{
    display:none;
}


/* Gun Violence Digital Objects */
.do-tile .do-tile-link{
    display: block;
    height: 100%;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
}

.do-tile .abstractImage{
  height:100%;
  max-height: 250px;
}

.do-tile .do-tile-title{
    overflow: hidden;
    line-height: 20px;
    max-height: 80px;
    position: inherit !important;
    padding: 0px !important;
}

.do-tile{
  padding-top: 20px;
  position: inherit !important;
    height: 350px;
}


/* LIT-218018 */
.cmeEntry {
    margin-bottom: 20px
}

.cmeEntry h5 span{
    font-weight: 400;
}

.cmeEntry h5{
    margin-bottom: 5px
}



/* LIT-210399 */

table.listgroup .li1{
  font-weight: 400;
}

table.listgroup .li1 .paragraph > p{
  margin-top: 0px;
}


/* LIT-212053 */
.delta-revision-popup-A {
    color: green;
    text-decoration: underline
}

/* LIT-212029 */
.delta-FT-deleted {
    color: red;
}


/* LIT-210616 */
.toc-item__detail .sfxLink img{
    bottom: -3px;
    position: relative;
}


/* APP-955 */

.header__help{
    border-right: 1px solid #e1e1e1;
    padding: 10px 0;
    display: inline-block;
    float: left;
}

.header__help i{
  font-size:1rem
}


@media (max-width: 768px){
  .header__help {
      float: none;
  }
}

@media (max-width: 767px){
  .header__help {
      margin: -4px 0;
      float: left;
  }
}


/* LIT-218437 */
@media (min-width: 768px){
  .saml__consent__form  .saml__consent__no {
      padding: 9px 35px;
      margin-left: 10px;
  }

  .saml__consent__form  .saml__consent__yes {
      width: auto;
  }
}

/* APP-900 */

.loi__issue .icon-ic_history_black_24px{
  display: none;
}

.hide-sections .toc__section {
    display: none;
}

.hide-date .table-of-content .issue-item .pull-right.code{
  display: none;
}


/* LIT-218801 */
.login-form .show-request-username{
  display: none;
}

/* LIT-218817 */
.request-reset .button{
  max-width: 100%;
}

/* LIT-215769 */
.terms-section .terms-message-paragraph {
  display: none;
}


/* LIT-214328 
.delete-account .delete__account__container {
    width: 100%;
}

.delete-account .delete__account__title{
  display: none;
}
*/

.img__schizo {
  float: right;
}

/* APP-1062 */

.image__slider {
    margin: 0 0 30px;
}

.image__slider .slide-item {
    height: 450px;
}

.image__slider .slide-item {
    position: relative;
    margin: 0;
    margin-top: 15px;
}

.image__slider .slide-image img {
    width: initial;
    min-width: 1080px;
    overflow: hidden;
}

.image__slider .dark-transparent-bg {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    min-height: 180px;
    width: 100%;
}

.image__slider .owl-carousel{
  padding: 0 28px 
}

.image__slider .owl-carousel .owl-dots {
    margin-top: 25px;
}

.pb-normal-view .slide-item{
  display: inline-block;
}

.top-content__block .browse-journal__item h1{
  font-size: 1.3em
}


/* APP-974 */
.book-chapter__nav .content-navigation__btn--pre .icon-arrow_l{
  display: none;
}

.book-chapter__nav .content-navigation__btn--next .icon-arrow_r{
  display: none;
}


@media (max-width: 531px){
  .book-chapter__nav .content-navigation__btn--pre span{
    display: none;
  }

  .book-chapter__nav .content-navigation__btn--next span{
    display: none;
  }

  .book-chapter__nav .content-navigation__btn--pre .icon-arrow_l{
    display: block;
  }

  .book-chapter__nav .content-navigation__btn--next .icon-arrow_r{
    display: block;
  }
}


/* APP-967 */
/* no needed anymore, after fixes in LIT-241728 */
/*@media (max-width: 991px){
   .prcp-theme .site-header .header--second-row .responsive-menu-holder .site-header__inline-menu {
       float: none;
    }
}*/

/* APP-992 */
/* not needed anymore, as per LIT-234631 */
/*.header-bottom-nav .psy-nav .main-nav ul>li:nth-child(2){
	padding-right: 20px;
}
.header-bottom-nav .psy-nav .main-nav ul>li:nth-child(2) a{
	font-weight: 400;
}*/

/*
 *    CSS FOR PB EDIT MODE. 
 *
 */


/* APP-1055 */
.pb-normal-view .pb__editable{
  z-index: 500;
}

.pb-normal-view .help-center-mobile-nav{
  display: block !important;
}

.pb-normal-view header{
    height: 700px;
}

.pb-normal-view article .tab__content{
       height: 600px!important;
}
.pb-normal-view .js--sticko{
       position: static!important;
}

.pb-normal-view .dynamic-sticko{
       position: static!important;
}

.pb-normal-view .site-header{
  height: 150px;
}

/*
 *    CSS FOR PODCAST DIGITAL OBJECT
 *
 */

.podcast-full .do-full__cover {
	margin-bottom: 20px;
} 

.podcast-full .do-full__cover img {
  float: right;
 }

 .podcast-full .do-full__box {
  margin-top: 45px;
  margin-left: 20%;
  margin-right: 20%;
 }

 .podcast-full .do-full__access {
  margin-left: 10px;
  color: #00bbe8;
 }

 .podcast-full .do-full__host-header,
    .podcast-full .do-full__guest-header {
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 1rem;
        border: solid 4px #e4eaf2;
        padding: 5px 2px
 }

.podcast-full .do-full_unit-person {
    display: flex;
    align-items: center;
}

.podcast-full .do-full_unit-person > img {
    max-width: 70px;
    margin: 15px 15px 0px 0px;
}

 .podcast-full .do-full__host-name,
 .podcast-full .do-full__guest-name {
  font-size: .875rem;
  font-weight: 700;
 }

 .podcast-full .do-full__host-name > a,
 .podcast-full .do-full__guest-name > a,
    .podcast-full a.do-full__inline-person-link {
     text-decoration: underline;
     color: #039;
}
     
 .podcast-full .do-full__host-bio,
 .podcast-full .do-full__guest-bio {
  font-size: .75rem;
  font-weight: 400;
 }

.podcast-full .do-full__host-bio > p,
.podcast-full .do-full__guest-bio > p {
    margin-top: 5px;
}

 .podcast-full .do-full__guest-bio {
  margin-bottom: 30px;
 }

 .podcast-full .do-full__audio {
  margin: 15px 0px;
 }

.podcast-full .do-full__audio-frame {
    margin-top: 15px;
}

 .podcast-full .do-full__description {
  margin-top: 10px;
 }

 .podcast-full .do-full__coolBar .article-tools__ctrl,
 .podcast-full .do-full__coolBar .share__ctrl {
  line-height: inherit;
 }

 .podcast-full a.accordion__control.sub,
 .podcast-full .accordion__content .do-full__description {
  color: #707070;
 }

 .podcast-full .accordion__content.bordered.do-full__description {
  background: #eff8ff;
  padding: 6px 0px;
 }

 /* specific to the transcript accordion */
 .do-full__transcript-box a.accordion__control.sub {
  text-align: center;
  font-size: .875rem;
  font-weight: 700;
  color: #039;
 }

 .podcast-full h2.do-full__citeAs {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
     margin-top: 15px;
 }

 .podcast-full .do-full__transcript-box {
  margin: 0px 15px;
  max-width: -webkit-fill-available;
 }

 .podcast-full .do-full__transcript-title,
 .podcast-full .do-full__transcript-subtitle {
  text-align: center;
 }

 .podcast-full .do-full__transcript-date {
  text-align: right;
 }

 .podcast-full .do-full__transcript-box .transcript {
  text-align: justify;
 }

 /* for LISTS of Podcasts */

 ul.do-pub-list {
  list-style-type: none;
 }

 .podcast-listitem .item__body {
  margin-top: 10px;
 }

  .podcast-listitem .podcast__image img {
  float: left;
  height: 80px;
  margin-right: 15px;
	max-width: 20%;
 }

.item__detail {
    margin-bottom: 10px;
}

.do-full__audio-frame {
	width: 100%;
	display: inline-block;
}

.do-list__audio-frame {
	width: 80%;
	display: inline-block;
}

 .podcast-listitem h2.item__title {
  font-size: 1.125rem;
 }

.podcast-listitem .two-column-view {
	display: flex;
	justify-content: space-evenly;
}

.podcast-listitem .two-column-view .list-column1,
.podcast-listitem .two-column-view .list-column2 {
	width: 48%;
}

.podcast-listitem .two-column-view .list-column1 .item-detail {
	margin-top: 5px;
}

.podcast-listitem .list-column2 .alt-abstract > p {
	text-align: justify;
	width: 90%;
}

 .podcast-listitem a.accordion__control {
  font-size: .875rem;
  font-weight: 400;
  margin-top: 10px;
 }

 .podcast-listitem .accordion__content.item__abstract {
  background: #eff8ff;
 }

 .podcast-listitem .accordion__content.item__abstract p span {
  border-style: none;
 }

 .podcast-listitem .do-list__audio audio {
  height: 25px;
  margin-bottom: 10px;
 }
 
.profile-menu a {
color: #191919
}

.pol-theme .profile-menu .active {
    border-left-color: #039;
	background: #039;
	color: #ffffff;
}

.dsm-theme .profile-menu .active {
    border-left-color: #250858;
	background: #250858;
	color: #ffffff;
}

.ajp-theme .profile-menu .active {
    border-left-color: #2e5c00;
	background: #2e5c00;
	color: #ffffff;
}

.focus-theme .profile-menu .active {
    border-left-color: #900;
    background: #900;
    color: #ffffff;
}

.neuro-theme .profile-menu .active {
    border-left-color: #002e99;
	background: #002e99;
    color: #ffffff;
}

.prcp-theme .profile-menu .active {
    border-left-color: #f26600;
    background: #f26600;
	color: #ffffff;
}

.ps-theme .profile-menu .active {
    border-left-color: #00877b;
	background: #00877b;
	color: #ffffff;
}

.apt-theme .profile-menu .active {
    border-left-color: #5e8db5;
	background: #5e8db5;
	color: #ffffff;
}


/*
 *    CSS FOR APP-QUIZ
 *
 */

/* quiz page */

.app-quiz .quiz-title h2 {
	text-align: center;
  margin: 15px 0 10px 0;
}
.app-quiz .header.main {
	background-color: #fff;
  padding: 15px 7px 23px 15px;
}

.app-quiz .header.main a {
  float: right;
  margin-left: 8px;
}

.app-quiz .header.main h3 {
  border-bottom: thick solid #e4eaf2;
}

.app-quiz .header.main .separator {
  float: right;
  border: none;
  margin-left: 0px;
}

@media (max-width: 450px) {
	.app-quiz .header.main a {
		margin: 5px 0;
	}
	.app-quiz .header.main .separator {
		display: none;
	}
	.app-quiz .header.main h3 {
		margin-bottom: 0px;
	}	
}

.app-quiz .question-content {
  display: flex;
	padding: 0,15px;
}

.app-quiz .question-content .note-flag .flag-question {
	margin: 10px 0 15px 0;
}

.app-quiz .navigation {
  min-width: 15%;
  background-color: #e4eaf2;
}

@media (max-width: 450px) {
	.app-quiz .navigation {
		display: none;
	}
}

.app-quiz .left-test-column > div {
  padding: 10px 7px;
  border-bottom: 1px solid #fff;
}

.app-quiz .right-test-column {
  margin: 0px 20px;
}

@media (max-width: 450px) {
	.app-quiz .right-test-column {
		width: 90%;
	}
	.app-quiz .question-content {
		display: block;
	}
}

.app-quiz .right-test-column .header.secondary h3 {
  display: inline-block;
  width: 100%;
  border-bottom: thick solid #e4eaf2;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

.app-quiz .right-test-column .header.secondary .link,
.app-quiz .right-test-column .header.secondary .separator {
  float: right;
  margin-bottom: 6px;
}

.app-quiz .right-test-column .header.secondary .separator {
  margin: 0px 5px;
}

.app-quiz .right-test-column .question {
  margin-top: 30px;
}

.app-quiz .right-test-column .question .qna-statement > p {
	font-size: 1rem;
}

.app-quiz .right-test-column input {
  max-width: 110px;
  font-size: .85rem;
	margin-bottom: 5px;
	border-radius: 8px;
}

.app-quiz .right-test-column .question .options .option {
	margin-bottom: 30px;
}

.app-quiz .right-test-column .question .options .option label,
.app-quiz .right-test-column .options .option label > p {
	display: inline;
}

.app-quiz .right-test-column .question .summary {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 700;
  padding: 5px;
}

/*-----------------------------------------------*/

/* create quiz page */

.quiz-title > h2#quiz-name {
	 margin-top: 20px;
   text-align: center;
}

.app-quiz h3.create-quiz-title {
  border-bottom: thick solid #e4eaf2;
  margin-left: 10%;
  margin-right: 5%;
}

.app-quiz form.create__test__form {
  margin-left: 10%;
	margin-bottom: 13px;
}

.app-quiz .mode .option label,
.app-quiz .test-type .option label,
.app-quiz .questions-type .option label,
.app-quiz .subjects .option label,
.app-quiz .question-count .option label {
  font-weight: 400;
}

.app-quiz .mode > h3,
.app-quiz .test-type > h3,
.app-quiz .questions-type > h3,
.app-quiz .subjects > h3,
.app-quiz .question-count > h3 {
  font-size: 1rem;
}

.app-quiz .question-count {
	margin-top: 15px;
}

.app-quiz .question-count .option input {
  max-width: 60px;
	-moz-appearance: textfield;
}

.app-quiz .dry-run input,
.app-quiz .create__test__form input {
  max-width: 160px;
  text-align: center;
	margin-bottom: 5px;
}

.app-quiz .back-to-dashboard-from-create {
  color: #4083e0;
  text-decoration: underline;
  margin-left: 10%;  
}

.app-quiz .subjects-table tbody {
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 650px;
	max-width: 400px;
}

@media (max-width: 780px) {
	.app-quiz .subjects-table tbody {
		max-height: 850px;
		max-width: 300px;
	}
}

@media (max-width: 450px) {
	.app-quiz .subjects-table tbody {
		max-height: 1850px;
		max-width: 400px;
	}
}

.app-quiz .subjects-table tbody > tr > td {
	padding-bottom: 0px;
}

.app-quiz .subjects-table tbody > tr > td > label {
	font-weight: 400;
}

.app-quiz .subjects-table tbody > tr > td:nth-child(1) {
	padding-left: 30px;
  width: 10px;
}

.app-quiz .subjects-table tbody > tr > td:nth-child(2) > label {
	margin-bottom: 0px;
}

/*-----------------------------------------------*/

/* dashboard quiz page */

.app-quiz .test-history .avg-score-histogram {
  display: none;
}

.app-quiz .test-list table {
  /*background-color: #e4eaf2;*/
}

.app-quiz .test-list table tr:nth-child(2n) {
  background-color: #e4eaf2;
}

.app-quiz .test-list table td {
  padding: 1rem .6rem 1rem 0;
}

.app-quiz .test-list a {
  color: #4083e0;
  text-decoration: underline;  
}

.app-quiz .create-quiz,
.app-quiz .test-history .header {
  background-color: #e4eaf2;
}

.app-quiz .row.sg-unit {
  border-bottom: 4px solid #e4eaf2;
  margin-bottom: 10px;
  margin-right: 1px;
}

.app-quiz .sg-dash-left {
  border-right: 4px solid #e4eaf2;
}

.app-quiz h4.sg-title {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 1rem;
}

.app-quiz a.create-quiz-button,
.app-quiz a.coming-soon-button {
  display: block;
  text-align: center;
  color: #fff;
  background: #039;
  padding: 12px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 calc(40% - 35px);
	border-radius: 10px;
}

.app-quiz .sgquiz-description > p {
	color: #039;
	text-align: center;
	font-size: 1rem;
	margin: 10px 0 5px 0;
}

.app-quiz .select-cover-quiz .cover-image__image img {
  max-height: 180px;
}

.app-quiz a.coming-soon-button {
  font-weight: 400;
  font-style: italic;
}

.app-quiz .test-history .body .panel > ul {
  margin-right: 30px;
}

.app-quiz .test-history .body .rank > ul.summary {
  margin-right: 25px;
}

.app-quiz .prev-results h4 {
  padding-top: 10px;
  border-top: 4px solid #e4eaf2;
}

.app-quiz .clear-history {
  background-color: #e4eaf2;
  margin-top: 20px;
  padding-top: 5px 0px;
}

.app-quiz .clear-history a.clear-history-button {
  color: #4083e0;
  text-decoration: underline;
}
/*-----------------------------------------------*/

/* quiz summary page */

.app-quiz .body .row-fluid .width_1_2{
  margin-left: 10%;
  margin-right: 5%;
  max-width: 500px;
}

.app-quiz .body > div > a {
  display: none;
}

/*.app-quiz .row-fluid .panel ul.summary li:nth-child(1),
.app-quiz .row-fluid .panel ul.summary li:nth-child(2) {
  background-color: #e4eaf2;
}
*/

.app-quiz .row-fluid .panel ul.summary {
  background-color: #e4eaf2;
}

.app-quiz .row-fluid .panel ul.summary li {
  padding: 3px;
}

.app-quiz .row-fluid .panel ul.summary li:nth-child(3) {
  display: none;
}

.app-quiz .row-fluid .panel ul.questions > li > a {
  color: #4083e0;
  text-decoration: underline;
}

.app-quiz .row-fluid .panel ul.questions > li {
  padding-top: 3px;
}

.app-quiz .row-fluid .panel ul.questions > li > span {
  float: right;
}

.app-quiz .row-fluid .panel form input.width_1_4 {
  width: 160px;
  margin: 0;
}

.app-quiz .row-fluid .panel form p {
  font-style: italic;
  margin-top: 5px;
}

.app-quiz a.back-to-dashboard-from-summary {
  color: #4083e0;
  text-decoration: underline;
  margin-left: 10%;
}
/*-----------------------------------------------*/

/* quiz list page */

.app-quiz.quiz-list {
  margin-left: 10%;
  margin-right: 5%;
}

.app-quiz.quiz-list table + a {
  display: none;
}

.app-quiz.quiz-list table {
  width: 70%;
}

.app-quiz.quiz-list table thead tr {
  background-color: #e4eaf2;
  font-weight: 700;
}

.app-quiz.quiz-list table tbody tr:nth-child(2n) {
  background-color: #e4eaf2;
}

.app-quiz.quiz-list table tbody tr td > a {
  color: #4083e0;
  text-decoration: underline;
}