@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 2) {
    h2.title {
      font-size: 20px;
    }
}

#load{
  width:100%;
  height:100%;
  position:fixed;
  z-index:9999;
  background-color: #50cf77;
  /*background:url("http://samherbert.net/svg-loaders/svg-loaders/grid.svg") no-repeat center center orange;*/
  /*background:url("http://jxnblk.com/loading/loading-bars.svg") no-repeat center center orange*/
}

.loader {
  width: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

h2.title {
  font-family:sans-serif;
  text-align: center;
}

.highlight{
  background: #FFFF88;
}

.list {
  font-family:sans-serif;
  margin-top: 150px;
  padding:0;
}
.list > li {
  display:block;
  background-color: #eee;
  padding:10px;
  box-shadow: inset 0 1px 0 #fff;
  margin-top: 10px;
}

.source {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777;
}
.avatar {
  max-width: 150px;
}
img {
  max-width: 100%;
}
h3 {
  font-size: 16px;
  margin:0 0 0.3rem;
  font-weight: normal;
  font-weight:bold;
}
p {
  margin:0;
}

input {
  border:solid 1px #ccc;
  border-radius: 5px;
  padding:7px 14px;
  margin-bottom:10px
}
input:focus {
  outline:none;
  border-color:#aaa;
}
.sort {
  padding:8px 30px;
  border-radius: 6px;
  border:none;
  display:inline-block;
  color:#fff;
  text-decoration: none;
  background-color: #28a8e0;
  height:30px;
}
.sort:hover {
  text-decoration: none;
  background-color:#1b8aba;
}
.sort:focus {
  outline:none;
}
.sort:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}
.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:13px;
  right:-5px;
}
.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  background-color: white;
  padding: 0 60px;
}
.main {

}
.lang {
  text-align: right;
}
