@import "vars";

html,body {
  height: 100%;
  margin: 0;
  background-color: @backgroundBodyColor;
  font-family: @baseFontFamily;
}
core-header-panel {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.container {
  width: 100%;
  margin: 50px auto;
}
paper-tab /deep/ #ink  {
   color: @tabsColor;
}
paper-tabs::shadow #selectionBar {
  background-color: @tabsColor;
}

@media (min-width: 481px) {
  #tabs {
    width: @tabsWidth;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .container {
    width: 95%;
  }
}