/* ============================================
   Header Styles
   ============================================ */

.header {
  background: #fff;
  padding: 4px 20px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-info {
  font-size: 11px;
  color: #666;
  text-align: right;
  padding-bottom: 4px;
}

.user-info div {
  line-height: 1.4;
}

.sign-out-link {
  color: #78b94a;
  text-decoration: none;
  font-size: 11px;
}

.sign-out-link:hover {
  text-decoration: underline;
}
