.play, .pause {width:100px;height:100px;}

.abstractButton {
  background-color: #F5FBFE;
  color: black;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.slide {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.notice {
    background-color: rgba(0,0,0,.5);
    border-radius: 15%;
}

.active2, .abstractButton:hover {
  background-color: #F5FBFE;
}

.abstractButton:after {
  content: '\002b';
  color: black;
  font-weight: bold;
  float: left;
  margin: 0px 10px 0px 0px;
}

.active2:after {
  content: "\2212";
}

.abstract {
  padding: 0 0px;
  max-height: 0;
  overflow:hidden;
  transition: max-height 0.2s ease-out;
  background-color: #F5FBFE;
  text-align: justify;
    
}

.pub{
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    color: black;
    margin-top: 50px;
    border-radius: 50px;
    padding: 20px;
    
    
}
.tab {
    margin-left: 40px;
}

.filterDiv {
  float: left;
  margin-top: 10px;
    margin-left: -15px;
  display: none;
}

.show {
  display: block;
}

.container {
  margin-top: 20px;
  overflow: hidden;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 8px 10px;
  cursor: pointer;
    font-size: 13px;
    background-color: #F5FBFE;
}

.btn:hover {
  padding: 6pt 6.5pt;
  color: black;
  font-weight: bold;
overflow: hidden;
}

.btn.active1 {
  color: black;
    font-weight: bolder;
}
sup { 
  vertical-align: super;
  font-size: smaller;
}

.footnote {
    font-size: small;
}  

.bibbase_paper_title a {
    pointer-events:none;
}
    
    
    @media (min-width: 768px){
    .profile {
    min-height: 460px;
}
        .profileBig {
    min-height:650px;
}
    }

@media (min-width: 812px){
.profileBig {
    min-height:650px;
}
}

 @media (min-width: 1024px){
    .profile {
    min-height: 570px;
}
        .profileBig {
    min-height:570px;
}
    }

 @media (min-width: 1366px){
    .profile {
    min-height: 400px;
}
        .profileBig {
    min-height:470px;
}
.profileBig.col-4-12 {
    min-height:600px;
}
    }




@media (min-width: 768px){
.hideForiPad {
    display: none !important;
}
}

.qurmitLogo img {
    width: 100%;
    display: block;
}


