@charset "utf-8";

/* make jquery mobile transparent for vegas background slideshow plugin */

body { background-color: transparent !important; }
.ui-overlay-a { background-color: transparent !important; }
.ui-page-theme-a { background-color: transparent !important; }
.ui-bar-a { background-color: transparent !important; }
.ui-panel-wrapper { background-color: transparent !important; }
.ui-bar-inherit { background-color: transparent !important; }
.ui-footer { border-width: 0px !important; }

.ui-button { opacity: 1; }
/* tags */

h1 h2 h3 h4 p { opacity: 1; }


td {
	vertical-align: top;
}

/* things */

@font-face {
	font-family: Bure;
	src: url(fonts/Bure.otf);
}

@font-face {
	font-family: Bure;
	src: url(fonts/Bure.otf) format('embedded-opentype'),
	url('fonts/Bure.woff2') format('woff2'),
	url('fonts/Bure.woff') format('woff');
}

.dalrunor {
	font-family: 'Bure';
	display: none;
}

/* classes */

.my-popup-style {
	margin: 20px !important;
}

.my-popup-content-style{
	max-width: 500px;
}

.word_buttons {
	text-align: right;
}

.word_cell {
	padding: 5px;
}

.div_word {
	padding: 16px;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.div_word_information {
	text-align: left;
}

.result_showed_word {
	font-size: larger;
}

.result_showed_word.qer {
	font-style: italic;
}

.result_showed_word.swe {
	font-weight: bold;
}

.the_word_not_found {
	font-weight: bold;
}

