/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#playerArea #recorderArea {
    font-family: IPA明朝, ＭＳ 明朝,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","IPA明朝","IPA Mincho","Meiryo","メイリオ","ＭＳ 明朝","MS Mincho",serif !important;
}


.clear-element {
    clear: both;
}
#user-container {
  /*position: absolute;*/
  /*display: flex;*/
  /*flex-direction: row;*/
  /*top: 22px;*/
  /*width: 100%;*/
  /*right: 0;*/
  /*padding-left: 10px;*/
  /*justify-content: flex-end;*/
  /*padding-right: 10px;*/
}
#user-container #user-pic {
  /*top: -3px;*/
  /*position: relative;*/
  /*display: inline-block;*/
  background-image: url('/images/profile_placeholder.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-size: 40px;
  border-radius: 20px;
}
#user-container #user-name {
  font-size: 16px;
  line-height: 36px;
  padding-right: 10px;
  padding-left: 20px;
}



#user-info {
  top: 22px;
  right: 0;
  padding-left: 10px;
  justify-content: flex-end;
  padding-right: 10px;
}
#user-info #user-pic {
  top: -3px;
  position: relative;
  display: inline-block;
  background-image: url('/images/profile_placeholder.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 40px;
  border-radius: 20px;
  float: left;
}
#user-info #user-name {
  font-size: 12px;
  color: #aaa;
  line-height: 26px;
  padding-right: 10px;
  padding-left: 5px;
  float: left;
}
#user-info #thread-link {
  font-size: 12px;
  color: #aaa;
  line-height: 26px;
  padding-right: 10px;
  padding-left: 5px;
  float: right;
}
#user-info #counter {
  font-size: 12px;
  color: #aaa;
  line-height: 26px;
  padding-right: 10px;
  padding-left: 5px;
  float: left;
}#user-info #created-at {
    font-size: 10px;
    /* line-height: 26px; */
    padding-right: 10px;
    padding-left: 5px;
    color: #777;
    float: right;
}
