* {
box-sizing: border-box;
/ *font-family: "Arial Black", sans-serif; */
}


/* on lake_add_photo */
.input_file {
  background-color: #4eb5f1; /* Blue */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:0.3em;
  margin:15px;
}

/* on lake_add_photo */
.input_submit {
  background-color: #4eb5f1; /* Blue */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:0.3em;
  margin:15px;
}


/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}


div.table {border: 1px solid black; display: table; }
div.tr {border: 1px solid black; display: table-row; }
div.td {border: 1px solid black; display: table-cell; }

/* hover-shadow */
img.hover-shadow {
  transition: 0.1s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




.segment_row ul {
	list-style-type: square;
	padding: 10px 10px 10px 25px;
	
}

.segment_row li {
	padding: 3px ;
}