body {
  background-color: white;
  height: 100%;
  font-family: 'Sanchez', serif; }

.navbar {
  background-color: #f4f4f4;
  box-shadow: 0 5px 5px -5px #333; }
  .navbar a {
    color: #373737; }
  .navbar div {
    justify-content: end !important; }
  .navbar strong {
    font-family: 'Marck Script', cursive;
    font-size: 1.25em;
    color: #c0b283; }

.landingContainer {
  width: 100%; }

.headingContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-image: url("../images/boston.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  color: white;
  margin: auto; }
  .headingContainer h1 {
    color: white;
    font-family: 'Playfair Display SC', serif; }
  .headingContainer strong {
    color: #c0b283; }

.headerText {
  position: absolute;
  left: 75px;
  top: 40px; }

.cardContainer {
  width: 100%;
  margin: auto;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.landingCard {
  margin-left: 10px;
  width: 33%; }
  .landingCard h5 {
    text-align: center;
    color: black;
    font-family: 'Playfair Display SC', serif;
    text-decoration: underline; }

.loginContainer {
  background-image: url("../images/downtown.png");
  background-size: 900px; }

.loginButtons {
  margin-top: 25px;
  margin: auto;
  width: 190px; }

.loginForm {
  margin-left: 75px;
  padding-right: 50px;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 150px; }
  .loginForm button {
    margin-top: 20px;
    margin-bottom: 20px; }
  .loginForm h6 {
    padding-top: 25px;
    font-family: 'Playfair Display SC', serif; }

.credentials {
  padding-right: 75px;
  border-right: 2px solid #929292; }
  .credentials input {
    width: 300px; }

.googleCredentials {
  padding-top: 18px;
  padding-left: 75px; }

.loginText {
  color: white;
  width: 50%;
  padding-right: 45px;
  padding-top: 25px; }

.listContainer {
  background-color: #f4f4f4;
  margin-top: 0px; }
  .listContainer .listTable {
    width: 90%;
    margin: auto;
    padding-bottom: 50px; }
  .listContainer .tableRowData:hover {
    box-shadow: 12px 0 15px -4px rgba(99, 98, 97, 0.4), -12px 0 15px -4px rgba(99, 98, 97, 0.4); }
  .listContainer .tableRow {
    background-color: white;
    height: 80px;
    box-shadow: inset 0px 1px 3px #7c7b7b; }
  .listContainer .tableRowHeader {
    background-color: #373737;
    color: white;
    box-shadow: inset 0px 1px 3px white;
    height: 73px;
    border-top-left-radius: 25px; }
  .listContainer .tableRowFooter {
    background-color: #373737;
    height: 15px;
    border-bottom-left-radius: 25px;
    margin-bottom: 50px; }
  .listContainer a {
    text-decoration: none;
    color: #373737; }
  .listContainer .icon {
    opacity: 0.75;
    color: #c0b283; }

table {
  box-shadow: inset 0px 1px 3px #7c7b7b;
  border-top-left-radius: 25px; }

.roundedTable {
  border-top-left-radius: 25px; }

.listNavHeader {
  background-image: url("../images/nashville-skyline.png");
  background-color: #f4f4f4;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 2px -2px gray; }
  .listNavHeader h4 {
    margin-bottom: 0;
    color: #c0b283;
    text-align: center;
    font-family: 'Playfair Display SC', serif; }

.navBackground {
  background-color: #f4f4f4; }

.secondaryListNav {
  background-color: #f4f4f4;
  width: 90%;
  margin: auto;
  border-bottom: 1px solid #b1b1b1;
  padding-top: 25px; }
  .secondaryListNav a {
    padding-top: 0px;
    color: #c0b283; }
  .secondaryListNav .active {
    border-bottom: 2px solid #dcd0c0; }

.nav-tabs {
  width: 90%;
  margin: auto;
  background-color: #f4f4f4; }

.nav-tabs {
  position: absolute;
  background-color: #f4f4f4;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto; }

.listTable {
  width: 100%; }
  .listTable td {
    padding-top: 7px;
    padding-bottom: 7px; }

.footerSpace {
  height: 70px; }

.delete {
  color: #be0202;
  opacity: 0.5;
  cursor: pointer; }

.delete:hover {
  color: #be0202;
  opacity: 1; }

th {
  padding: 5px;
  font-family: 'Playfair Display SC', serif;
  cursor: pointer; }
  th .price {
    cursor: pointer; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid white;
  display: inline-block; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid white;
  display: inline-block; }

.mapAndSearchContainer {
  background-color: #f4f4f4;
  padding-bottom: 25px; }

.mapContainer {
  width: 90%;
  margin: auto;
  margin-bottom: 25px; }

.search {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.viewController {
  width: 25%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: white;
  box-shadow: inset 0px 1px 3px #7c7b7b; }
  .viewController h5 {
    box-shadow: inset 0px 1px 3px white;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #373737;
    border-top-left-radius: 25px;
    color: white;
    text-align: center;
    font-family: 'Playfair Display SC', serif; }

.searchDiv {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 90%;
  margin: auto;
  background-color: #f4f4f4; }

.radios {
  margin-left: 25px;
  margin-top: 25px; }

.radio {
  margin-top: 10px; }
  .radio span {
    margin-left: 7px; }

.selectCat {
  font-size: 1.25em; }

.formMapContainer {
  background-color: #f4f4f4; }

.modal-header {
  background-color: #f4f4f4; }

.modal-footer {
  background-color: #f4f4f4; }

.modal-body label {
  margin: 10px; }

.addStayHeader {
  background-color: rgba(245, 241, 241, 0.75);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 50%;
  margin-top: 75px;
  margin-bottom: 25px;
  border-radius: 5px; }

.addMainBody {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin: auto;
  background-image: url("../images/san-fran-large.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .addMainBody h1 {
    color: white;
    font-family: 'Playfair Display SC', serif; }
  .addMainBody strong {
    color: #c0b283; }

.addHeaderContainer {
  width: 90%;
  margin: auto; }

.addHeader {
  margin-top: 125px;
  margin-left: 115px;
  display: inline-block; }

.addSearch {
  width: 90%;
  margin: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .addSearch input {
    margin-top: 25px; }

.addStayHeaderText {
  width: 90%;
  margin-left: 25px; }
  .addStayHeaderText h5 {
    padding-top: 20px;
    font-family: 'Playfair Display SC', serif; }
  .addStayHeaderText p {
    padding-bottom: 15px;
    margin-bottom: 0; }

.addStayForm {
  width: 40%;
  padding-right: 50px;
  height: 250px;
  box-shadow: 4px 0 5px -5px #333; }
  .addStayForm label {
    color: black; }
  .addStayForm input {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .addStayForm button {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.searchInput:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px; }

.addMap {
  justify-content: center;
  margin: 0 auto; }

.formMapContainer {
  width: 90%;
  background-color: rgba(245, 241, 241, 0.75);
  color: #f4f4f4;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 5px; }
  .formMapContainer ng-map {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

footer {
  text-align: center; }

.individualImage img {
  height: 200px;
  width: 80%;
  display: block;
  margin: auto; }

.individualStayPage {
  background-image: url("../images/miami.jpg");
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover; }

.individualStayContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
  margin: auto;
  border-radius: 5px;
  background-color: rgba(245, 241, 241, 0.75); }
  .individualStayContainer h3 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Playfair Display SC', serif; }

.individualCard {
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 500px;
  text-align: left;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .individualCard h6 {
    padding: 10px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'Playfair Display SC', serif; }
  .individualCard span {
    padding-left: 10px;
    white-space: pre-wrap; }
  .individualCard .viewSite {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 80%;
    text-align: center;
    margin: auto; }
  .individualCard a {
    color: #373737;
    text-decoration: none;
    cursor: pointer; }
  .individualCard button {
    display: block;
    margin: auto;
    width: 100px;
    margin-bottom: 25px; }
    .individualCard button a {
      color: white; }

.individualDetail {
  width: 80%;
  height: 75px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #f4f4f4; }

.individualDetailNotes {
  width: 80%;
  height: 125px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #f4f4f4; }

.viewSite a {
  margin-top: 100px;
  margin-bottom: 100px; }

.individualMapContainer {
  align-self: flex-start;
  width: 60%;
  margin-top: 35px; }
  .individualMapContainer h6 {
    font-weight: bold;
    text-align: center;
    font-family: 'Playfair Display SC', serif; }
  .individualMapContainer ng-map {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.individualMap {
  margin: 0 auto;
  width: 500px;
  height: 325px; }

.formContainer {
  width: 90%;
  margin: auto;
  margin-top: 25px;
  background-color: #f4f4f4; }
  .formContainer button {
    margin-left: 25px; }

.formInternalContainer {
  width: 90%;
  margin: auto;
  background-color: white; }

form {
  width: 90%;
  margin: 25px;
  margin-bottom: 0px; }

.leftForm {
  width: 40%;
  margin-right: 50px; }

.rightForm {
  width: 40%; }

.editOption {
  padding-top: 10px;
  padding-bottom: 10px; }

@media only screen and (max-width: 600px) {
  .navbar {
    background-color: #f4f4f4;
    box-shadow: 0 5px 5px -5px #333; }
    .navbar a {
      color: #373737; }
    .navbar strong {
      font-family: 'Marck Script', cursive;
      font-size: 1.25em;
      color: #c0b283; }
    .navbar .nav-link {
      padding: 6px; }

  .landingContainer {
    width: 100%; }

  .headingContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-image: url("../images/boston.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    color: white;
    margin: auto; }
    .headingContainer h1 {
      color: white;
      font-family: 'Playfair Display SC', serif; }
    .headingContainer strong {
      color: #c0b283; }

  .headerText {
    position: absolute;
    left: 40px;
    top: 10px; }

  .cardContainer {
    width: 95%;
    margin: auto;
    margin-top: 15px;
    display: block;
    flex-direction: row;
    justify-content: center; }

  .landingCard {
    margin-left: 10px;
    width: 100%; }
    .landingCard h5 {
      text-align: left;
      color: black;
      font-family: 'Playfair Display SC', serif;
      text-decoration: underline; }

  .loginContainer {
    height: 700px;
    background-image: url("../images/downtown.png");
    background-size: cover !important; }

  .loginButtons {
    margin-top: 25px;
    width: 190px; }

  .loginForm {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    margin: 0 auto;
    padding-right: 0px;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 150px; }
    .loginForm button {
      margin-top: 20px;
      margin-bottom: 20px; }
    .loginForm h6 {
      padding-top: 25px;
      font-family: 'Playfair Display SC', serif; }

  .credentials {
    padding-right: 0px;
    border-right: 0px;
    width: 90%;
    margin: 0 auto; }
    .credentials input {
      width: 100%; }

  .googleCredentials {
    padding-top: 0px;
    padding-left: 0px;
    margin: 0 auto; }

  .loginText {
    color: white;
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
    margin-left: 5px; }

  .formMapContainer {
    background-color: #f4f4f4; }

  .modal-header {
    background-color: #f4f4f4; }

  .modal-footer {
    background-color: #f4f4f4; }

  .modal-body label {
    margin: 10px; }

  .addStayHeader {
    background-color: rgba(245, 241, 241, 0.75);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    width: 100% !important;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px; }

  .addMainBody {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin: auto;
    background-image: url("../images/san-fran-large.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    .addMainBody h1 {
      color: white;
      font-family: 'Playfair Display SC', serif; }
    .addMainBody strong {
      color: #c0b283; }

  .addHeaderContainer {
    display: block !important;
    width: 90%;
    margin: auto; }
    .addHeaderContainer h1 {
      margin: 0 auto !important; }

  .addHeader {
    margin-top: 12px !important;
    margin-left: 12px !important;
    margin-bottom: 12px;
    display: inline-block; }

  .addSearch {
    width: 90%;
    margin: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .addSearch input {
      margin-top: 25px; }

  .addStayHeaderText {
    width: 90%;
    margin-left: 25px; }
    .addStayHeaderText h5 {
      padding-top: 20px;
      font-family: 'Playfair Display SC', serif; }
    .addStayHeaderText p {
      padding-bottom: 15px;
      margin-bottom: 0; }

  .addStayForm {
    width: 100%;
    height: 250px;
    box-shadow: 4px 0 5px -5px #333;
    margin-bottom: 5px;
    padding-right: 12px !important; }
    .addStayForm label {
      color: black; }
    .addStayForm input {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .addStayForm button {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

  .searchInput:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px; }

  .addMap {
    justify-content: center;
    margin: 0 auto !important;
    align-items: center !important; }
    .addMap ng-map {
      width: 100% !important; }

  .formMapContainer {
    width: 90%;
    display: block !important;
    background-color: rgba(245, 241, 241, 0.75);
    color: #f4f4f4;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px !important;
    padding-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 5px; }
    .formMapContainer ng-map {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

  footer {
    text-align: center; }

  .listContainer {
    background-color: #f4f4f4;
    margin-top: 0px; }
    .listContainer .listTable {
      width: 100%;
      margin: auto;
      padding-bottom: 50px; }
    .listContainer .tableRowData:hover {
      box-shadow: 12px 0 15px -4px rgba(99, 98, 97, 0.4), -12px 0 15px -4px rgba(99, 98, 97, 0.4); }
    .listContainer .tableRow {
      background-color: white;
      height: 80px;
      box-shadow: inset 0px 1px 3px #7c7b7b; }
    .listContainer .tableRowHeader {
      background-color: #373737;
      color: white;
      box-shadow: inset 0px 1px 3px white;
      height: 73px;
      border-top-left-radius: 25px; }
    .listContainer .tableRowFooter {
      background-color: #373737;
      height: 15px;
      border-bottom-left-radius: 25px;
      margin-bottom: 50px; }
    .listContainer a {
      text-decoration: none;
      color: #373737; }
    .listContainer .icon {
      opacity: 0.75;
      color: #c0b283; }

  table {
    box-shadow: inset 0px 1px 3px #7c7b7b;
    border-top-left-radius: 25px; }

  .roundedTable {
    border-top-left-radius: 25px; }

  .listNavHeader {
    background-image: url("../images/nashville-skyline.png");
    background-color: #f4f4f4;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 2px -2px gray; }
    .listNavHeader h4 {
      margin-bottom: 0;
      color: #c0b283;
      text-align: center;
      font-family: 'Playfair Display SC', serif; }

  .navBackground {
    background-color: #f4f4f4; }

  .secondaryListNav {
    background-color: #f4f4f4;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #b1b1b1;
    padding-top: 25px; }
    .secondaryListNav a {
      padding-top: 0px;
      color: #c0b283; }
    .secondaryListNav .active {
      border-bottom: 2px solid #dcd0c0; }

  .nav-tabs {
    width: 90%;
    margin: auto;
    background-color: #f4f4f4; }

  .nav-tabs {
    position: absolute;
    background-color: #f4f4f4;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto; }

  .listTable {
    width: 100%; }
    .listTable td {
      padding-top: 7px;
      padding-bottom: 7px; }

  .footerSpace {
    height: 70px; }

  .delete {
    color: #be0202;
    opacity: 0.5;
    cursor: pointer; }

  .delete:hover {
    color: #be0202;
    opacity: 1; }

  th {
    padding: 5px;
    font-family: 'Playfair Display SC', serif;
    cursor: pointer; }
    th .price {
      cursor: pointer; }

  .arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid white;
    display: inline-block; }

  .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid white;
    display: inline-block; }

  .mapAndSearchContainer {
    background-color: #f4f4f4;
    padding-bottom: 25px; }

  .mapContainer {
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
    display: block !important; }
    .mapContainer ng-map {
      width: 100% !important; }

  .search {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

  .viewController {
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0px !important;
    background-color: white;
    box-shadow: inset 0px 0px 0px #7c7b7b; }
    .viewController h5 {
      box-shadow: inset 0px 1px 3px white;
      padding-top: 25px;
      padding-bottom: 25px;
      background-color: #373737;
      border-top-left-radius: 25px;
      color: white;
      text-align: center;
      font-family: 'Playfair Display SC', serif; }

  .searchDiv {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 90%;
    margin: auto;
    background-color: #f4f4f4; }

  .radios {
    margin-left: 25px;
    margin-top: 25px;
    padding-bottom: 20px; }

  .radio {
    margin-top: 10px; }
    .radio span {
      margin-left: 7px; }

  .selectCat {
    font-size: 1.25em; }

  .individualImage img {
    height: 200px;
    width: 80%;
    display: block;
    margin: auto; }

  .individualStayPage {
    background-image: url("../images/miami.jpg");
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: cover; }

  .individualStayContainer {
    display: block;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: auto;
    border-radius: 5px;
    background-color: rgba(245, 241, 241, 0.75); }
    .individualStayContainer h3 {
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 10px;
      text-align: center;
      font-family: 'Playfair Display SC', serif; }

  .individualCard {
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 100%;
    text-align: left;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .individualCard h6 {
      padding: 10px;
      padding-left: 0px;
      margin-bottom: 0;
      font-weight: bold;
      font-family: 'Playfair Display SC', serif; }
    .individualCard span {
      padding-left: 10px;
      white-space: pre-wrap; }
    .individualCard .viewSite {
      padding-top: 10px;
      padding-bottom: 10px;
      display: block;
      width: 80%;
      text-align: center;
      margin: auto; }
    .individualCard a {
      color: #373737;
      text-decoration: none;
      cursor: pointer; }
    .individualCard button {
      display: block;
      margin: auto;
      width: 100px;
      margin-bottom: 25px; }
      .individualCard button a {
        color: white; }

  .individualDetail {
    width: 80%;
    height: 75px;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #f4f4f4; }

  .individualDetailNotes {
    width: 80%;
    height: 125px;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #f4f4f4; }

  .viewSite a {
    margin-top: 100px;
    margin-bottom: 100px; }

  .individualMapContainer {
    align-self: flex-start;
    width: 100%;
    margin-top: 35px; }
    .individualMapContainer h6 {
      font-weight: bold;
      text-align: center;
      font-family: 'Playfair Display SC', serif; }
    .individualMapContainer ng-map {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

  .individualMap {
    margin: 0 auto;
    width: 100% !important;
    height: 325px; } }

/*# sourceMappingURL=main.css.map */
