/* Todo: move me somewhere else */
body {

  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #333333;
  min-width: 400px;
}

main {

  font-size: 12px;
}

main h1 {

    font-size: 20px;
}


main .tab-header {
    
    display: flex;
    justify-content: right;
}