a:hover{
  color: #369;
}

#rightcontent ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul#theory-nav{
  font-weight: bold;
  font-size: 13px;
}

#theory-nav li {
  /*background: #a53800;
  background: #913100;*/
  background: #7f3c18;
}

#rightcontent li{
  margin-left: 0;
}

#theory-nav li a{
  color: white;
  padding: 5px;
  text-align: center;
  width: 100%;
  display: block;
}

#theory-nav li.active{
  background: #D14600;
}

h3{
  font-size: 15px;
  color: #D14600;
}

sup {
  top: 0;
}

sub{
  vertical-align: baseline;
}

.urtwo{
  float: right;
}

.urone{
  float: none;
  width: auto;
}

.urone h2:first-child{
  width: 475px;
}

#cosmic {
  width: 475px;
  position: relative;
  color: white;
  line-height: normal;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

#cosmic img {
  width: auto;
}

#cosmic a {
  color: inherit;
}

#cosmic a:hover {
  text-decoration: none;
}

.cosmic-text {
  position: absolute;
  text-shadow: 0 0 5px black;
}

#cycle {
  top: 190px;
  left: 233px;
  color: #F7CBAC;
  font-size: 18px;
  text-align: center;
  font-family: "Trebuchet MS", Helvetica, Arial;
}

#evolved {
  top: 170px;
  left: 373px;
}

#planetary {
  top: 270px;
  left: 298px;
}

#disk {
  top: 289px;
  left: 22px;
}

#cloud {
  top: 53px;
  left: 29px;
}

.post-images {
  clear: both;
}

.image-pair {
  color: #585858;
}

.image-unit {
  float: left;
}

.image-unit {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.image-unit img {
  margin-bottom: 10px;
  width: 100%;
}

#lovejoy img {
  padding: 13.3915px 0;
}

#alma img {
  padding: 52.425px 0;
}

#cat img {
  padding: 2.175px 0;
}

#doppler img {
  padding: 7.433px 0;
}

/* People */
.urone#people {
  width: 475px;
}

.person {
  float: left;
  width: 151.667px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.person img {
  width: 100%;
  margin-bottom: 3px;
}

.person a {
  font-weight: bold;
}

#people-photos {
  margin-left: -10px;
}

#people-photos p {
  font-size: 12px;
  margin-bottom: 0;
}

.person:nth-child(4), .person:nth-child(7) {
  clear: left;
}

/* Highlights */

.highlight a {
  font-style: italic;
  font-weight: bold;
}

.highlight p {
  margin-bottom: 10px;
}

.highlight {
  margin-bottom: 20px;
}

#interviews {
  font-weight: bold;
}

/* Presentations */

#presentations p {
  margin-bottom: 10px;
}

/* Databases */
.database-section p {
  margin-bottom: 7px;
  font-weight: bold;
}

.database-section {
  margin-bottom: 20px;
}

/* Tools */
.tool-section p {
  margin-bottom: 10px;
}

.tool-section a {
  font-weight: bold;
}

.tool-section {
  margin-bottom: 20px;
}

/* Observatories */

#alma-image {
  width: 475px;
}

.observatory {
  color: #585858;
}

.observatory img {
  width: 100%;
  margin-bottom: 5px;
}

#iram-image {
  width: 400px;
  float: right;
}

#obs-list p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

#observatories {
  margin-bottom: 15px;
}

/* Vacancies */

#postdoc a {
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 600px) {
  .image-pair {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .image-unit {
    width: 100%;
  }

  #cosmic {
    width: 100%;
  }

  #cosmic img {
    width: 100%;
  }
}
