@font-face {
    font-family: 'Berlingske Sans';
    src:	url('./fonts/BerlingskeSans-Rg.eot');
    src:	url('./fonts/BerlingskeSans-Rg.eot?#iefix') format('embedded-opentype'),
    url('./fonts/BerlingskeSans-Rg.woff2') format('woff2'),
    url('./fonts/BerlingskeSans-Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Berlingske Sans';
    src:	url('./fonts/BerlingskeSans-Blk.eot');
    src:	url('./fonts/BerlingskeSans-Blk.eot?#iefix') format('embedded-opentype');
    src:	url('./fonts/BerlingskeSans-Blk.woff2')format('woff2'),
    url('./fonts/BerlingskeSans-Blk.woff')format('woff');
    font-weight: 900;
    font-style: normal;
}

.wrapper {
    margin: 0;
    font-family: 'Berlingske Sans', Arial, Helvetica, sans-serif;
	
}

.test-wrapper {
    display: flex;
    margin: 1em 0;
    padding: 0;
    border: 1px solid #68adff;
    flex-direction: row;
}

.test-wrapper ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}

.test-wrapper li {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #68adff;
}

.test-wrapper ul.terms li {
    width: 50px;
    justify-content: center;
	color: #68adff;
	font-weight: bold;
	font-size: 250%;
	
	
}

.test-wrapper ul.terms li:last-child {
    border: none;
}

.test-wrapper ul.definitions li:last-child {
    border: none;
}

.test-wrapper ul.definitions li {
    user-select: none;
    cursor: grab;
    background: rgba(128, 0, 0, .15);
    padding: 0 1em;
}

.test-wrapper ul.definitions li.green {
    background: rgba(0, 128, 0, .25);
    cursor: none;
}

.tooltip {
    position: absolute;
    height: 90px;
    background: white;
    box-shadow: 1px 1px 5px -1px;
    width: 100%;
    padding: 10px;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s, right 0.3s, bottom 0.3s;
}

.green .tooltip{
   display: block;
    right: 20px;
    bottom: 20px;
    opacity: 1;
}
img  {
	width: 60px;
	padding-top: 10px;
	
}


.tip {
		display: block;
		margin: 0 auto;
		width: 70%;
		text-align: center;
		font-weight: bold;
		color: #68adff;
		margin-top: 10px;
		font-size: 130%;
		cursor: pointer;
	}
	
	.text {
	margin-top: 10px;
	padding: 10px 10px 10px 20px;
	background: #deedff;
	border-radius: 5px;
	display: none;
	font-size: 100%;
}

.text  b {
	color: #68adff;
	font-size: 110%;
}
a {
	font-weight: bold;
	color: #2386ff;
}
	
	
	
	

@media  (max-width : 480px) {
.cards div {
width: 48%;
 padding: 7px 7px;}

.cards {
	justify-content: space-around;
}
.text  {
	font-size:  4vw;
	
}

.text b {
		color: #68adff;
		font-size: 4.5vw;
	}
	.tip {
		color: #68adff;
		font-size: 4.5vw;
	}
	
	.message {
		 font-size: 4.5vw;
	}
.tip img {
		width: 9.23vw;
		padding-top: 1.5vw;
	}

}