body {
	font-size: 100%;
	margin: 0px;
	background-color: #181818;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
}
body, a {
    color: #fff;
}

a {
    text-decoration: none;
}

img {
	border: none;
}



#frame {
    width: 100%;
    display: flex;
    flex-direction: row;
	justify-content: center;
    background-color: #222;
    border-bottom: 1px solid #444;
}

#elementBlockHeader {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    height: 66px;
    line-height: 66px;
    font-size: 175%;
    padding: 20px 0px;
}

#elementBlockHeader .elementImage img {
    border: 1px solid #fff;
}



.elementImage {
    padding-right: 20px;
}
.elementImage img {
    width: 64px;
    vertical-align: middle;
}

.elementText {
    font-size: 125%;
}



.content {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

.elementBlock {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    height: 64px;
    line-height: 64px;
    border: 1px solid #444;
	border-radius: 20px;
    padding: 20px 40px;
}

a .elementBlock {
    transition: background-color 250ms;
}
a:hover .elementBlock {
    background-color: #222;
}
