.ryu-toolbar {
  height: 50px;
  width: 100%;
  background: white;
  border-bottom: 1px solid #f6f6f6; }
  .ryu-toolbar::after {
    content: ' ';
    display: block;
    clear: both; }
  .ryu-toolbar > div {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle; }
  .ryu-toolbar > div:first-child {
    text-align: left; }
  .ryu-toolbar > div:last-child {
    text-align: right; }
