html{
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:"width" 100;
  color: #333;
  font-size: 16px;
}

body{
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
}
.content{
  margin: auto;
  padding: 5px;
}

input, select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.table {
  display: block;
  border: 1px solid #ccc;
  min-width: 100%;
}

.table .row .cell .table .row{
  border: none;
}
.table .row .cell .table {
  border: none;
}

.row {
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 10px;
  background: #f4f4f4;
}

.cell {
  padding: 10px;
  min-width: 150px;
}

.header .cell {
  font-weight: bold;
  background: #f4f4f4;
}

/* Style for buttons */
button {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
}

.taskPhotoIcon {
  width: 100px; 
  height: 100px; 
  border: 1px solid #ccc;
  display: inline-block;
  float: left;
}

.taskPhotoFullSize {
   object-fit: contain;
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
}

/****** START Nav Bar Styles *****/

.navbar {
  background-color: #333;
  overflow: hidden;
}

.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.navbar::after {
  content: "";
  clear: both;
  display: table;
}

/****** END Nav Bar Styles *****/

.photoLightBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #000;
}

.message {
  background-color: #4BB543;
  text-align: center;
  padding: 25px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 45px;
  color: #FCFCFC;
}






