body {
    margin: 0;
    padding: 0;
}

body.game {
    min-width: 562px;
}

.container {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    padding: 5px;
    margin: 0 auto;
    max-width: 900px;
}

.header {
    background-image: linear-gradient(180deg, #ffffff, #8ccbf6);
    height: 83px;
    width: 100%;
}

img.telaviv {
    height: 83px;
    float: right;
    border: 0;
}

img.logo {
    height: 83px;
    float: left;
    border: 0;
}

h1 {
    font-size: 22pt;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0 5px 0;
    padding: 0;
    color: #435986;
}

h2 {
    font-size: 18pt;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 5px 0;
    padding: 0;
    color: #435986;
}

p {
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 5px 0;
    padding: 0;
}

#footer {
    margin-top: 16px;
    border-top: 1px solid #eeeeee;
    padding: 8px 0 20px 2px;
    font-size: 10pt;
    clear: both;
}

#footer div {
    margin-bottom: 5px;
}

iframe.flashcard_etc {
    border: none;
    width: 552px;
    height: 402px;
    background-color: #eeeeee;
}

.flashcards-category {
    margin: 10px 0;
}

.flashcards-category::after {
    content: "";
    clear: both;
    display: table;
}

.flashcards-category a {
    color: #435986;
}

.flashcards-category img {
    margin-right: 10px;
    float: left;
}

.block {
    clear: left;
}

.block .icon-podcast {
    width: 164px;
    height: 163px;
	margin: 0px 5px 5px 0px;
	float: left;
}

.block .icon-newsletter {
    width: 164px;
    height: 162px;
	margin: 0px 5px 5px 0px;
	float: left;
}

.block .icon-text {
    padding: 0 5px 0 0;
}