.sav {
	border: 1px solid green;
}
.lod {
	border: 1px solid goldenrod;
}
td.horizontal {
   border: 1px solid #388E3C;
   text-align: center;
}
td.horizontal:hover {
   background:  green !important;
}
td.horizontal:active {
   background:  gold;
}
.tabs.tabs-transparent .indicator {
   background-color: gold !important;
}
.tabs .indicator {
   background-color: gold !important;
}
.tab a {
  color: #388E3C !important;
  }
nav {
  background-color: #388E3C !important;
}
td.picking {
	/*padding:6% 6% !important;
	display:table-cell;
	float:left;
	width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;*/
    border-radius:0px 10px 0px 0px !important;
}
.borderdImg {
	border: 1px solid #388E3C !important;
	/*border-left:thin solid #388E3C !important;
	border-right:thin solid #388E3C !important;*/
}
footer {
	background-color: #388E3C !important;
}
body {
  display: flex;
  display: -webkit-flex;
  min-height: 100vh;
  flex-direction: column;
  -webkit-flex-direction: column;
}

main {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;

  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
}