@charset "utf-8";

/* header */
#title-img {
    float: none;
}

#language-select {
    float: none;
    padding: 0.5em;
}

#google-search {
    float: none;
    padding: 0.5em;
}

/* news page */
.details {
    padding: 0.5em;
}

dl.news {
    overflow: hidden;
    margin-bottom: 1em;
}

dl.news dt {
    float: left;
    clear: both;
    font-weight: bold;
}

dl.news dd {
    margin-bottom: 0.5em;
    margin-left: 10em;
    border-bottom: #ccc 1px dotted;
}

.photos {
    margin-bottom: 1em;
    text-align: center;
}

.photos img {
    margin: 0.5em;
}

/* member page */
#professors, #foreign-students, #alumni {
    padding: 0.5em 2em;
    overflow: hidden;
}

#doctor, #master, #undergraduates {
    padding: 0.5em;
    overflow: hidden;
}

#professors dt {
    float: left;
    clear: both;
    font-weight: bold;
}

#professors dd {
    margin-left: 10em;
    padding-bottom: 0.4em;
    line-height: 1.5em;
}

#doctor dl, #master dl, #undergraduates dl {
    float: left;
    margin-right: 4em;
}

#doctor dt, #master dt, #undergraduates dt {
    float: left;
    clear: both;
    font-weight: bold;
}

#doctor dd , #master dd, #undergraduates dd {
    margin-left: 4em;
    padding-bottom: 0.4em;
    line-height: 1.5em;
}

#foreign-students li, #alumni li {
    padding-bottom: 0.5em;
    line-height: 1.5em;
    list-style: none;
}

/* for Desktop */
@media (min-width: 960px) {
  /* header */
  #title-img {
    float: left;
  }

  #language-select {
    float: right;
    height: 4em;
  }

  #google-search {
    float: right;
  }
}
