

.week-finder {

	.week-finder__no-availability {
		width: 100%;
		height: 300px;
		font-size:1.5em;
	}

  .date-finder-wrapper {
    position: relative;
    height: 330px;
    width: 642px;
    overflow-y: scroll;
    margin: 0 0 30px 0;
  }

  .select-duration {
    position: relative;

    input[type="radio"] {
      display: none;
    }
  }

}
