body {
  padding-top: 15px;
  padding-bottom: 40px;
  background-image: url('/assets-mcl/img/patterns/little_pluses.png');
  /* background-image: url('/assets-mcl/img/patterns/groovepaper.png'); */
}
.mcl-justify {
  text-align: justify;
}
.mcl-center {
  text-align: center;
}
.navbar .brand, .brand {
  font-size: 40px;
}
body > .container, #hdr_row {
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: white;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 -0px 0 rgba(0, 0, 0, 0.4), 0 1px 10px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: inset 0 -0px 0 rgba(0, 0, 0, 0.4), 0 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 -0px 0 rgba(0, 0, 0, 0.4), 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.brand > .small {
  font-size: 11px;
}
.transparent {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#hdr_row {
  margin-bottom: 10px;
  border-radius: 10px;
}
#logo_csa {
  /* zoom: 0.8; */
  vertical-align: top;
  margin-right: 10px;
  margin-top: 5px;
}
#logo_container .nav {
  margin-top: 15px;
  margin-bottom: 10px;
}
#publications p, #contact p, #theses p{
  padding-left: 10px;
}
#people h3, #grants h3, #tools h3, #research h3, #publications h3, #positions h3, #contact h3, #theses h3{
  margin: 5px 0 20px 40px;
  border-bottom: 1px dashed #CCC;
  color: #08c;
}
.paper-title {
  font-weight: bold;
}
.paper-conf {
  font-style: italic;
}
#publications li, #theses li {
  margin-bottom: 10px;
}
#people hr, #publications hr, #theses hr {
  margin-top: 10px;
}
.people_img {
  float: left;
  width: 130px;
}
.people_info {
  margin-top: 5px;
}
#people, #current, #alumni {
  margin-top: 2em;
}
.person_card {
  margin-bottom: 2em;
}
#logo_mcl {
  zoom: 1;
}
@media (max-width: 480px) {
  .scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:70px;
    right:0px;
    display:none;
    text-indent:-9999px;
    background: url('/assets-mcl/img/icon_top.png') no-repeat;
  }
}
@media (min-width: 481px) and (max-width: 1199px) {
  .scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:70px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('/assets-mcl/img/icon_top.png') no-repeat;
  }
}
@media (min-width: 1200px) {
  .scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:70px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('/assets-mcl/img/icon_top.png') no-repeat;
  }
}
.jumbotron p {
  font-size: 32px;
  font-weight: 300;
  line-height: 30px;
  margin: 140px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container blockquote {
  margin: 30px;
}

.container > blockquote > p {
  padding: 20px 50px;
}
