body {

	width: 908px;
	background: #304b78;
	color: #ffdb59


	}


h1 { color: #f4f4d7; background: #304b78; font-size: 28px; font-family: 'Roboto', sans-serif; text-align: center; word-spacing: 5px; border-style: double; border-width: 0px; border-color: #caa45d; }
h2 { color: #f4f4d7; background: #304b78; font-size: 22px; font-family: 'Roboto', sans-serif; text-align: center; }
h3 { color: #f4f4d7; background: #304b78; font-size: 16px; font-family: 'Roboto', sans-serif;; text-align: center; }
h4 { color: #f4f4d7; background: #304b78; font-size: 14px; font-family: 'Roboto', sans-serif; text-align: center; }
h5 { color: #f4f4d7; background: #304b78; font-size: 13px; font-family: 'Roboto', sans-serif; text-align: center; }
p { color: #f4f4d7; background: #304b78; font-size: 13px; font-family: 'Roboto', sans-serif; text-align: justify; padding:5px; }

A:link { color: #f4f4d7; text-decoration: underline }
A:active { color: #f4f4d7; text-decoration: bold }
A:visited { color: #f4f4d7; text-decoration: underline }
/*   */


body,
	html {
		margin:0 auto;
		padding:5px;
		background: #304b78;
		color:#ffdb59;
		font-family:'Roboto', sans-serif;

		background-image: url('favicon.ico');
		background-repeat: no-repeat;
		background-position: top left, top right;
		background-size: 105px 105px;
		background-image 100%;
		background-attachment: scroll;

	}

	body {
		min-width:908px;
		background: #304b78;

	}
	#wrap {
		background:#304b78;
		color:#ffdb59;
		margin:0 auto;
		width:860px;
	}
	#header {
		background:#304b78;
		color:#f4f4d7;
		padding:0px;
		background:#304b78;
	}
	#header h1 {
			background-color: #304b78;
    	padding:0px;
	    margin:0;
    }
	#nav {
		background:#304b78;
		padding:5px;
	}

	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		background: #304b78;
		margin:0 auto;
		width:908px;
		color:#ffdb59;
		padding-left:5px;
		padding-right:5px;

	}
	#main h2, #main h3, #main p {
		padding-left:5px;
		padding-right:5px;
		color:#f4f4d7;


    }
	#sidebar {
		background:#304b78;
		float:right;
		width:152px;
		color:#f4f4d7;
		padding:5px;

	}
	#sidebar ul {
		margin-bottom:0px;
    }
    #sidebar h3, #sidebar p {
		padding:5px;
    }
	#footer {
		background:#304b78;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
		color:#ffdb59

    }


ul { color: #f4f4d7; background: #304b78; font-size: 14px; font-family: 'Roboto', sans-serif; text-align: center;}
ol { color: #f4f4d7; background: #304b78; font-size: 14px; font-family: 'Roboto', sans-serif; text-align: left;}
/*
p { color: #f4f4d7; background: #f2f2f2; font-size: 14px; font-family: "Copperplate Gothic Light",garamond,"Arial", arial; text-align: justify; padding: 38px; border-style: double; border-width: 5px; border-color: #5f2221;}
*/


/*
table {
	color: #f4f4d7;
	background: #4b1b1a;
	font-size: 14px;
	font-family: "Arial", arial; text-align: justify;
	padding: 8px;
	border-style: double;
	border-width: 5px;
	border-color: #4b1b1a;


	}
*/
.box {
	height: 300px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.box>* {
	flex: 1 1 80px;
}


table {
    color: #f4f4d7;
	background: #304b78;
	font-size: 14px;
	font-family: 'Roboto', sans-serif; text-align: justify;
	padding: 6px;

	border-spacing: 0;
	border-width: 1px;
    width: 100%;
		border-radius: 6px 6px 6px 6px;

}

th, td {
    padding: 6px;
    text-align: left;
    border-bottom: 1px solid navy;
}

th {
	background: #856d44;
	color: #f4f4d7;
}

th:first-child {
	border-radius: 6px 0 0 6px;
}

th:last-child {
	border-radius: 0 6px 6px 0;
}

th:only-child{
	border-radius: 6px 6px 6px 6px;

}


td:first-child {
	border-radius: 6px 0 0 6px;
}

td:last-child {
	border-radius: 0 6px 6px 0;
}

td:only-child{
	border-radius: 6px 6px 6px 6px;

}

tr:nth-child(even){background-color: #576c91}
/* tr:hover{background-color:#f4f4d7; color:#f4f4d7;} */
table a:link, table a:visited, table a:active {
  color: #f4f4d7;
  text-decoration: none;
}

table a:hover {
  color: DarkBlue;
	background-color: #304b78;
  font-family: 'Verdana';
	font-size: 16px;
	text-decoration: Underline;
}

.article
{
    display: flex;
}
.article .item,
.article .price
{
    flex: 1 0 auto;
}

.article .dots
{
    flex: 0 1 auto;
}

.dots::before
{
    display: block;
    #f4f4d7-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    content:
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
}

.popup
{
COLOR: #f4f4d7;
CURSOR: help;
TEXT-DECORATION: none
}

.hovertext {
  position: relative;
  border-bottom: 1px dotted black;
}

.hovertext:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  transition: opacity 1s ease-in-out;

  position: absolute;
  z-index: 1;
  left: 0;
  top: 110%;
}


.hovertext:hover:before {
  opacity: 1;
  visibility: visible;
}

.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color: red;
}


.right {
  text-align: right;
  margin-right: 1em;
}

.left {
  text-align: left;
  margin-left: 1em;
}

/* slighty_rounded */
img {
  border-radius: 9px;
}
