  #radar-container {
    width: 420px;
    height: 300px;
    padding-left: .2rem;
  }
  #impact-container {
    width: 420px;
    height: 350px;
    padding: .5rem;
  }
  #regions-container {
    width: 100%;
    height: 550px;
  }
  .openingpage h6 {
    font-weight: normal;
    margin-bottom: .5rem;
  }
  .menu-gfx {
    height: 40px;
    filter: opacity(0.6);
  }
  /* 869px */
  .main-grid .dropdown-pane {
    width: 600px;
  }
  .top-nav .tabs-title {
    width: 25%;
    text-align: center;
  }

  .ft-nav .tabs-title {
    width: 20%;
    text-align: center;
  }

  .ts-tabs {
    margin-bottom: 1rem;
  }
  .tab-title-text {
    font-size: 80%;
    font-family: arial;
  }
  .tab-text {
    font-family: arial;
    padding-top: .5rem;
  }
  #summary-bottom-buttons i, #ft-buttons i {
    font-size: 20px;
  }
  #summary-bottom-buttons .button, #summary-bottom-buttons .button.hollow {
    color: #767676 !important;
    border-color: #767676;
  }
  #summary-bottom-buttons .button:hover, #summary-bottom-buttons .button.hollow:hover {
    color: #A1A1A1 !important;
    border-color: #A1A1A1;
  }

  .t-grid-cell {
    min-height: 360px;
  }

  .tfs-dropdown {
    font-family:arial;
    font-size:10.5px;
    height:auto;
    width:auto;
    padding: .3rem 1.5rem .3rem .3rem;
    margin-top:0;
    border-color:#cecece;
    color:#6e6965;
  }

  .ft-buttons .button.secondary {
    background-color: white !important;
  }

  .grid-image {
		object-fit: cover;
		width: 150px;
		height: 78px;
	}