body {
    font-family: Helvetica;
	background: lightgrey;
    font-size: medium;
	background-position: center;
	/*background-image: url("pix/tausta_66opa.png");*/
    background-attachment: fixed;
	background-repeat: no-repeat;
	opacity: 0.8;
}
.otsake {
    height: 35px;
    background-color: grey;
    background-image: url('pix/viekkaus2_logo_55_55.png');
    font-size: 20px;
    color: white;
}
td {
    padding: 2px;
}
td {
    padding: 0px;
}

table {
    border-spacing: 0px;
    padding: 0px;
}
#contactor:hover {
    background-image: linear-gradient(to right, lightgrey,white,lightgrey);      
}
#product:hover {
    background-image: linear-gradient(to right, lightgrey,white,lightgrey);    
}
.backgrounder {
	margin: auto;
	color: black;
	width: 800px;
    background-color:white;
    border-color:black;
    border-style: solid;
    padding: 0px;
}
.header {
    color: black;
    background-color:gray;
	width: 800px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin:0;
}
.black {
    color: black;
}
.inform {
	color: grey;
	font-size: 15px;
	text-decoration: dotted;
	margin-left: 7%;
	display: inline-block;
}
.makegrey {
    background-image: linear-gradient(white,white,white,lightgrey);
}
.contact {
	color: grey;
	font-size: 12px;
	text-align: right;
	vertical-align:bottom;
}
div a {
    text-decoration: none;
    font-family: Helvetica;
    color: white;
    font-size: 15px;
    padding: 5px;
    display:inline-block;
}
ul {
  display: inline;
  padding: 0;
  z-index: 1;
}
ul li {display: inline-block;}
ul li:hover {background: lightgray;}
ul li:hover ul {display: block;}
ul li ul {
  position: absolute;
  width: 104px;
  display: none;
  border-style: solid;
  border-color:gray;
}
ul li ul li { 
  background: lightgrey; 
  display: block;
}
ul li ul li a {display:block;} 
ul li ul li:hover {background: white;}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
a:link, a:visited, a:active {
    color: black;
}
.notifier {
    margin:7%;
    background-image: linear-gradient(to right, white,lightgrey,lightgrey, white);
    text-align:center;
}
#link2pp {
    font-family: Helvetica;
    background-color:orange;
    color:black;
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
}
#link2pp:hover {
    color:orange;
    background-color:black;
}
#link2order {
    font-family: Helvetica;
    background-color:orange;
    color:black;
    font-size: 13px;
    font-weight: bold;
    margin-left: 110px;
}
#link2order:hover {
    color:orange;
    background-color:black;
}
.tilausFormi {
    font-family: Helvetica;
    font-size: 12px;
    color: black;
}
.tilausInput {
    text-align:center;
    background-image: linear-gradient(to right, lightgrey,gray,lightgrey,white,lightgrey, gray,lightgrey);
}
#tilausotsikko {
    font-family: Helvetica;
    font-size: 16px;
    color: black;
    background-image: linear-gradient(to right, white, lightgray, white);
    font-weight: bold;
    text-align: center;
}
#oCount {
    border:0;
    background-color:white;
    text-align:center;
}
.shadowed {
    background-image: linear-gradient(to right, white, #EEEEEE, white);
}
.linked { margin-left: 7%;}
.linked:hover {
    background-image: linear-gradient(to right, lightgrey,lightgrey, white,lightgrey);
}

.nosifer {
	font-family: "Nosifer Caps";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: orange;
    color: black;
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
