::selection {
    background: #9cf6ed;
    color:#02b7e2;
}
 
::-moz-selection {
    background: #9cf6ed;
    color:#02b7e2;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px; 
	margin: 0px;
	word-wrap: break-word;
} 

body {
	background: #cce0ed;
        font-family:'verdana', 'sans-serif';
	font-size: 13px;
	color: #444;
}

b { color: #142157; }


a {
	text-decoration: none;
	color: #59b6cd;
}



a:hover {
	color: #142157;
}

c {
	text-decoration: none;
	color: #59b6cd;
}


textarea, input, select, button {
	background: #aee8e8;
	border: 1px solid #142157;
	padding: 10px;
	font-size: 12px;
	min-width: 350px;
	margin: 1px 0px;
}

#container {
	background: #fff;
	margin: 30px auto;
        margin-top: 15px;
	width: 1350px;
	box-shadow: 0px 2px 2px rgba(0,0,0, 0.1);
}

#topnavi {
	background: #142157;
	text-align: right;
font-weight: bold;
font-size: 12px;
}

#topnavi a {
	padding: 10px;
	display: inline-block;
	text-align: center;
	color: #fff;
	min-width: 100px;
	-webkit-transition: opacity 0.7s linear;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#topnavi a:hover {
	background: #9ee6e0;
	-webkit-transition: opacity 0.7s linear;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#header {
	background: url('header.png');
	width: 100%;
	height: 355px;
	position: relative;
}

#header #welcome {
	background: rgba(255,255,255, 0.5);
	padding: 15px 10px;
	box-shadow: 0px 2px 2px rgba(0,0,0, 0.1);
}

#header #welcome h1 {
	font-size: 14px;
	color: #777;
	font-weight: lighter;
	margin-bottom: 2px;
}

#content {
	padding: 10px;
       float: center;
        margin-top: 20px;
        margin-left: 200px; 
	width: 1135px;
	font-size: 14px;
background: #fff;
}

#content h1 {
	background: #eee;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	color: #142157;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h2 {
	background: #fff;
	padding: 10px;
	text-align: left;
	font-size: 16px;
	color: #142157;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h3 {
	background: #fff;
	font-size: 10px;
	color: #59b6cd;
	font-weight: bold;
        padding: -5px;
	
}

#content h4 {
	background: #fff;
	font-size: 13px;
	color: #59b6cd;
	font-weight: bold;
        padding: -5px;
	
}



summary {
    color: #142157;
    text-transform: lowercase;
list-style: none;
}

summary::-webkit-details-marker {
 display: none;
}


#navi {
	padding: 10px;
	float: left;
	width: 180px;
}

#navi h1 {
	background: #142157;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#navi a {
	display: block;
	padding: 5px;
	background: #59b6cd;
	border-left: 5px solid #142157;
	color: #fff;
	margin-bottom: 1px;
	-webkit-transition: opacity 0.7s linear;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#navi a:hover {
	border-left: 10px solid #9ee6e0;
	padding: 5px 15px;
	-webkit-transition: opacity 0.7s linear;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#footer {
	clear: both;
	padding: 15px 10px;
	background: #142157;
        font-size: 13px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

.highlightCard {
	background: #fffff;
}

.dimmedCard{
	opacity:0.5;
	filter:alpha(opacity=30);
}

 div.puzzles {
    line-height: 10px !important;
}


  .top-tape {
            position: absolute;
            height: 3vmin;
            top: -14px;
            width: 110%;
            background-color: #9ee6e0;
            border-right: 1px dotted var(#9cf6ed);
            border-left: 1px dotted var(#9cf6ed);
            opacity: 0.5;
        }

  .image{
            width:200px;
            position: relative;
            margin:auto;
            display:flex;
            justify-content: center;
            margin-top:10px;
        }


 .list-inline, li {
    display: inline-block;
}
    .cardname { line-height: 10px;
    width: 96px;
    display: block;
    font-size: 9px;
background-color: #ebdcff;
    margin: 3px; }