html {
	overflow-y: hidden;
}


.goal-div {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 200px;
}

.goal-div-disabled {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 200px;
  pointer-events: none;
  opacity: 0.4;
}

.goal-div img {
  /*height: 200px;
  width: 200px;*/
  max-width: none;
  box-sizing: content-box;
  height: 100%;
}

.goal-div-disabled img {
  /*height: 200px;
  width: 200px;*/
  max-width: none;
  box-sizing: content-box;
  height: 100%;
}

.download-all-div {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 200px;
  background-color: #e5e5e5;
}

.download-all-image {
  background-color: white;
  border: 1px solid lightgray;
  max-width: none;
  box-sizing: content-box;
  height: 100%;
}

.download-div button {
  width: 100%;
  display: flex;
  align-items: center;
}

.download-div {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  padding: 10px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-evenly;*/
  justify-content: space-around;
  align-content: center;
}

.text-div {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  text-align: justify;
  padding: 10px;
  width: 100%;
}

.bulk-div {
    text-align: justify;
    padding: 20px;
    width: 100%;
}

.download-button > span:first-child::before {
  font-family: "Glyphicons Halflings";
  content: "\e025";
}

.download-button > span:first-child {
  /*align-self: flex-start;*/
  margin-right: 5px;
}

.download-button > span:last-child {
  align-self: flex-end;
  padding-left: 10px;
  align-self: center;
}
.download-button {
  border-radius: 4px;
  border: lightgray solid 1px;
  padding: 2px 13px;
  height: 40px;
  background-color: #f6f5f4;
  align-items: center;
}

.download-button:hover {
  background-color: darkgray;
}
.fa,
.fas {
  line-height: inherit;
}
