﻿.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }


/* app selector */
.app-switcher {
    display: inline-block;
}

.app-switcher-icon {
    width: 48px;
    margin-right: 12px;
}

#app-switcher-dropdown {
    color: white;
    font-size: 24px;
    padding: 0 8px 0 0;
}

.app-switcher-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.flex-row-app {
    display: flex;
}

.flex-column-app {
    display: flex;
    flex-direction: column;
}

.flex-column-app small {
    color: grey;
}
