.languages{
  font-size: 14px;
  vertical-align: text-top;
}

.languages > a{
  font-size: 12px;
  cursor: pointer;
  vertical-align: top;
}

.contaner{
  max-width: 960px;
  margin: auto;
  padding: 10px;
}

.box-header{
  border-bottom: 1px solid #eee;
}

select, select.form-control{
  box-shadow: inset 0 -0px 0 #ddd;
}

.refresh-button{
  text-align: right;
}

.refresh-button > p{
  display: inline-block;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #444;
  cursor: pointer;
}

.refresh-button > p:hover{
  color: #000;
  border-bottom: 1px solid #444;
}

.refresh-button > p:active{
  padding-top: 1px;
}
