.headerRepeatedBackGround:last-child{
    display: none;
}

/*
    Meccs ajánló
*/

div.matchBox .matchName{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.7em;
    color: #A0A0A0;
}
div.matchBox .teamsName{
    margin-top: 0.5em;
    text-align: center;
    font-family: PtSansBold, Arial;
    font-size: 1.25em;
    color: #3C3C3C;
}
div.matchBox .teams{
    margin-top: 0.5em;
    text-align: center;
}
div.matchBox .teams img{
    display: inline-block;
    vertical-align: middle;
}
div.matchBox .teams span{
    display: inline-block;
    vertical-align: middle;
    font-family: PtSansBold, Arial;
    font-size: 1.7em;
    color: #3C3C3C;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

div.matchBox .teams .goal {
    margin-left: 0;
    margin-right: 0.3em;
}

div.matchBox .teams img + .goal {
    margin-left: 0.3em;
    margin-right: 0;
}

div.matchBox .details{
    margin-top: 1em;
    line-height: 1.5em;
    text-align: center;
    font-family: Arial;
    font-size: 0.7em;
    color: #3C3C3C;
}
div.matchBox .details img{
    margin-left: 0.5em;
    vertical-align: middle;
}
div.matchBox .details > div:first-child{
    font-weight: bold;
}

/*
    Aktuális
*/

.actualItem .image {
    width: 100%;
    display: block;
    font-size: 0px;
}

.actualItem .image img {
    width: 100%;
}

.actualItem:hover .details {
    background: white;
}

.actualItem .details {
    background: url('../../images/mobile/table_background.png') repeat;
    display: block;
    white-space: nowrap;
    padding: 0.5em;
    border-bottom: 0.1em solid #c9cbcd;
    padding-left: 0.3em;
    padding-top: 0.7em;
}

.actualItem .details .redName {
    font-family: Arial;
    color: #c4272e;
    font-size: 0.6875em;
    display: block;
    white-space: normal;
    font-weight: bold;
    letter-spacing: -0.05em;
    padding-bottom: 0.45em;
    line-height: 1.0em;
}

.actualItem .details .title {
    font-family: PtSansBold, Arial;
    color: #3c4650;
    font-size: 0.9em;
    display: block;
    white-space: normal;
    line-height: 1em;
    padding-bottom: 0.2em;
}

.actualItem .details .date {
    font-family: Arial;
    font-size: 0.6875em;
    color: #858585;
    display: block;
}

.actualItem .details .left {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.actualItem .details .left img{
    height: 1.5em;
}

.actualItem .details .right {
    width: 85%;
    display: inline-block;
    vertical-align: top;
}

.actualItem>.image>.match{
    display: block;
    text-align: center;
    position: relative;
}
.actualItem>.image>.match>.result{
    position: absolute;
    font-size: 1em;
    color: #fff;
    font-family: PtSansBold;
    vertical-align: middle;
    background: rgba(0,0,0,0.75);
    padding: 2% 5% 0.5% 5%;
    border-radius: 10%;
    z-index: 2;
    top: 40%;
    left: 39%;
    width: 17%;
}
.actualItem>.image>.match>img{
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 15%;
    height: 40%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.actualItem>.image>.match>img.background{
    position: relative;
    z-index: 0;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: auto;
}

/* Tabella */

.mainTabelle{
    margin-top: -1em;

}

.mainTabelle table {
    width:100%;
    font-family: Arial;
}

.mainTabelle td.tabelleTeam {
    font-size: 0.95em !important;
    font-family: PtSansBold, Arial;
    font-weight: normal !important;
    line-height: 0.9em;
}

.mainTabelle tr, th, td {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 0.9em;
    vertical-align: bottom;
}

.mainTabelle th {
    border-bottom: 1px solid #cccccc;
    background: #FFFFFF;
    color: #c4272e;
    font-weight: normal;
    font-size: 0.8em;
}

.mainTabelle tr {
    background-image: url('../../images/mobile/table_background.png');
    background-repeat: repeat;
    color: #858585;
}

.mainTabelle tr.active {
    background-image: url('../../images/mobile/table_background_active.png');
    background-repeat: repeat;
    color: #c4272e;
}

.mainTabelle table td {
    padding: 0.5em 0em 0.5em 0em;
    border-bottom: 1px solid #cccccc;
}
.mainTabelle table th {
    padding: 0.25em 0em 0.25em 0em;
}

.mainTabelle table tr th:nth-child(1),
.mainTabelle table tr td:nth-child(1){
    width: 15%;
    text-align: center;
    font-weight: bold;
}
.mainTabelle table tr th:nth-child(2),
.mainTabelle table tr td:nth-child(2){
    width: 45%;
    text-align: left;
    font-weight: bold;
}
.mainTabelle table tr th:nth-child(3),
.mainTabelle table tr td:nth-child(3){
    width: 12%;
    text-align: center;
}
.mainTabelle table tr th:nth-child(4),
.mainTabelle table tr td:nth-child(4){
    width: 13%;
    text-align: center;
    font-weight: bold;
}
.mainTabelle table tr th:nth-child(5),
.mainTabelle table tr td:nth-child(5){
    width: 15%;
    text-align: center;
}

.mainTabelle table tr td:nth-child(1),
.mainTabelle table tr td:nth-child(2),
.mainTabelle table tr td:nth-child(4){
    color: #3c4650;
}

.mainTabelle table tr.active td {
    color: #c4272e;
}


.rotateLeft{
    position: absolute;
    top: 3.5em;
    left: 0px;
}
.rotateRight{
    position: absolute;
    top: 3.5em;
    right: 0px;
}
.rotateLeft img,
.rotateRight img{
    height: 4.125em;
}

.slider{
    font-size: 0px;
    display: inline-block;
    height: 5px;
    background: #3c4650;
    vertical-align: top;
}
.slider:first-child{
    background: #c4272e;
}

/*
    Hírek
*/

.newsContainer {
    position: relative;
    background-color: #0b0e17;
    padding-bottom: 0.5em;
    white-space: nowrap;
}

.newsContainer>* {
    white-space: normal;
}

.newsContainer a:hover {
    text-decoration: none;
}

.newsContainer .news{
    display: inline-block;
    vertical-align: top;
    padding-left: 0.2%;
    padding-right: 0.2%;
    position: relative;
}

.newsContainer .news span.playButton {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0.2%;
}

.newsContainer .news span.playButton>img {
    margin: 0 auto;
    padding-top: 2.5em;
}

.newsContainer #news_1{
    /*display: block;*/
}

.newsContainer .news img:first-child{
    width: 100%;
    display:block;
}

.newsContainer .news img.playButton {
    width: auto;
}

.newsContainer .news .lead{
    display: block;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.8em;
    /*background: #0e111c url('../../images/mobile/news_title_background.png') repeat-x;*/
    font-size: 1em;
}
.newsContainer .news .lead .title{
    display: block;
    margin-bottom: 0.2em;
    font-family: Arial;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    color: #e04047;
    letter-spacing: -0.05em;
}
.newsContainer .news .lead .text{
    color: #FFFFFF;
    font-family: PtSansBold, Arial;
    font-size: 1.0625em;
    line-height: 1.03em;
}
.newsContainer .news .lead .text2{
    margin-top: 0.2em;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 0.75em;
}
#news_counter_div{
    position: absolute;
    top: 0.5em;
    right: 1.2em;
    padding: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.4em;
    background: rgba(0,0,0,0.8);
    color: white;
    font-size: 0.6875em;
    font-weight: bold;
}

.newsContainer .news .match{
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
}
.newsContainer .news .match>img{
    width: 100%;
}
.newsContainer .news .match .team{
    position: absolute;
    top: 2.5em;
    left: 1.2em;
    width: 5em;
    text-align: center;
}
.newsContainer .news .match .team:last-child{
    left: auto;
    right: 1.2em;
}
.newsContainer .news .match .team img{
    width: auto;
    max-width: 3.5em;
    height: 3.5em;
    margin: 0 auto;
}
.newsContainer .news .match .team span{
    font-family: PtSansBold;
    font-size: 0.75em;
    line-height: 1em;
    padding: 0.2em 0.4em 0.2em 0.4em;
    border-radius: 2px;
    background: rgba(0,0,0,0.75);
    display: inline-block;
    margin-top: 0.3em;
}
.newsContainer .news .match .result{
    position: absolute;
    top: 2.5em;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.newsContainer .news .match .result>span{
    display: inline-block;
    min-width: 5em;
    padding: 0.5em 0.75em;
    background: rgba(0,0,0,0.75);
    font-family: Arial;
    font-weight: bold;
    font-size: 0.6em;
    border-radius: 0.5em;
}
.newsContainer .news .match .result>span>span{
    font-size: 2.75em;
}
/*
    Korábban
*/

.earlierNews .row:hover {
    background: white;
}

.earlierNews .row {
    display: block;
    width: 100%;
    background-image: url('../../images/mobile/table_background.png');
    background-repeat: repeat;
    border-bottom: 1px solid #cccccc;
}

.earlierNews a:first-child .row {
    border-top: 1px solid #cccccc;
}

.earlierNews .column{
    width: 80%;
    height: 2.8em;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 1em;
    padding-top: 0.75em;
    font-family: PtSansBold, Arial;
    font-size: 0.8em;
    color: #3c4650;
    padding-left: 0.25em;
}
.earlierNews .column:first-child{
    width: 80%;
    width: 3em;
}
.earlierNews .column:last-child{
    padding-right: 1em;
}
.earlierNews .column:last-child div:first-child {
    line-height: 1em;
    padding-bottom: 0.2em;
}

.earlierNews .row:first-child column{
    border-top: 1px solid #cccccc;
}
.earlierNews .column .type{
    font-family: Arial;
    font-weight: normal;
    color: #858585;
    font-size: 0.846153846em;
}
.earlierNews .column:first-child img{
    height: 2em;
    width: 2em;
    vertical-align: top;
    margin: 0 auto;
    display: block;
}

/*
    Videók
*/

.videosContainer{
    position: relative;
    z-index: 0;
    background: #FFFFFF;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: -1.5em;
}

.videosContainer .videos{
    display: none;
}

.videosContainer .videos:hover .lead{
    background: #212841;
}

.videosContainer #videos_1{
    display: block;
}

.videosContainer .videos>a{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.videosContainer .videos>a>img{
    width: 100%;
    display:block;
}

.videosContainer .videos .lead{
    display: block;
    padding: 0.5em;
    padding-bottom: 1.2em;
    background: #171c2f;
    white-space:normal;
    padding-top: 0.65em;
    padding-left: 0.65em;
}
.videosContainer .videos .lead .name{
    display: block;
    font-family: PtSansBold, Arial;
    font-size: 0.8125em;
    color: #FFFFFF;
    white-space:normal;
    line-height: 1em;
    padding-bottom: 0.2em;
}
.videosContainer .videos .lead .date{
    display: block;
    font-family: Arial;
    font-size: 0.6875em;
    color: #4f6b92;
    white-space:normal;
}
.videosContainer .videos .lead .stars{
    display: block;
}
.videosContainer .videos .lead .stars img{
    display: inline-block;
    width: 1em;
    height: 1em;
}
.videosContainer .videos .lead .attendance{
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.75em;
    color: #FFFFFF;
    line-height: 1em;
    vertical-align: top;
    padding-top: 0.8em;
}
.videosContainer .videos .lead .attendance img{
    vertical-align: middle;
    height: 1em;
}
.videosContainer .videos .lead .icon{
    width: 11%;
    vertical-align: top;
    display: inline-block;
}
.videosContainer .videos .lead .icon img{
    width: 1.5em;
    height: 1.5em;
    vertical-align: top;
    float: left;
}
#videos_counter_div{
    position: absolute;
    top: 0.5em;
    right: 1.2em;
    padding: 0.3em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    background: rgba(0,0,0,0.8);
    color: white;
    font-size: 0.6875em;
    font-weight: bold;
}

/*
    Gyereksarok stoplival
*/

.childrensCornerContainer{
    position: relative;
    z-index: 0;
    background: #FFFFFF;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: -1.5em;
    margin-bottom: 1em;
}

.childrensCornerContainer .childrensCorner{
    display: none;
}

.childrensCornerContainer .childrensCorner:hover .lead{
    background: #212841;
}

.childrensCornerContainer #childrensCorner_1{
    display: block;
}

.childrensCornerContainer .childrensCorner>a{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.childrensCornerContainer .childrensCorner>a>img{
    width: 100%;
    display:block;
}

.childrensCornerContainer .childrensCorner>a>img.stoplicon{
    width: 20%;
    position: absolute;
    bottom: 3%;
    right: 3%;
}

.childrensCornerContainer .childrensCorner .lead {
    display: block;
    padding: 0.5em;
    padding-bottom: 1.2em;
    background: #58a0de;
    white-space: normal;
    padding-top: 0.65em;
    padding-left: 0.65em;
}
.childrensCornerContainer .childrensCorner:nth-child(3n) .lead {
    background: #6dc8bf;
}
.childrensCornerContainer .childrensCorner:nth-child(3n+1) .lead {
    background: #e28560;
}
.childrensCornerContainer .childrensCorner:hover .lead {
    background: #468dc9;
}
.childrensCornerContainer .childrensCorner:hover:nth-child(3n) .lead {
    background: #5abeb4;
}
.childrensCornerContainer .childrensCorner:hover:nth-child(3n+1) .lead {
    background: #db7651;
}


.childrensCornerContainer .childrensCorner .lead .name{
    display: block;
    font-family: PtSansBold, Arial;
    font-size: 0.8125em;
    color: #FFFFFF;
    white-space:normal;
    line-height: 1em;
    padding-bottom: 0.2em;
}
.childrensCornerContainer .childrensCorner .lead .date{
    display: block;
    font-family: Arial;
    font-size: 0.6875em;
    color: #FFF;
    white-space:normal;
}
.childrensCornerContainer .childrensCorner .lead .stars{
    display: block;
}
.childrensCornerContainer .childrensCorner .lead .stars img{
    display: inline-block;
    width: 1em;
    height: 1em;
}
.childrensCornerContainer .childrensCorner .lead .attendance{
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.75em;
    color: #FFFFFF;
    line-height: 1em;
    vertical-align: top;
    padding-top: 0.8em;
}
.childrensCornerContainer .childrensCorner .lead .attendance img{
    vertical-align: middle;
    height: 1em;
}
.childrensCornerContainer .childrensCorner .lead .icon{
    width: 11%;
    height: 100%;
    vertical-align: top;
    display: inline-block;
}
.childrensCornerContainer .childrensCorner .lead .icon.text {
    opacity: 0.6;
    background: url('../../images/design/icon_text_white.png') top center no-repeat;
}

.childrensCornerContainer .childrensCorner .lead .icon.video {
    opacity: 0.6;
    background: url('../../images/design/icon_video_white.png') top center no-repeat;
}

.childrensCornerContainer .childrensCorner .lead .icon.gallery {
    opacity: 0.6;
    background: url('../../images/design/icon_gallery_full_white.png') top center no-repeat;
}

.childrensCornerContainer .childrensCorner:hover .lead .icon {
    opacity: 1;
}


.childrensCornerContainer .childrensCorner .lead .icon img{
    width: 1.5em;
    height: 1.5em;
    vertical-align: top;
    float: left;
}
#childrensCorner_counter_div{
    position: absolute;
    top: 0.5em;
    right: 1.2em;
    padding: 0.3em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    background: rgba(0,0,0,0.8);
    color: white;
    font-size: 0.6875em;
    font-weight: bold;
}

/*
    Játékosok
*/

.playersContainer{
    position: relative;
    z-index: 0;
    background: #FFFFFF;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: -1.5em;
}

.playersContainer .players{
    display: none;
}

.playersContainer .players .players_wrap {
    height: 9em;
    position: relative;
    overflow: hidden;
}

.playersContainer .players .players_wrap>img{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.playersContainer .players .players_wrap>a {
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    top: 0;
    width: 100%;
}

.playersContainer .players .players_wrap>a>img{
    height: 10em;
}

.playersContainer #players_1{
    display: block;
}

.playersContainer .players>a img:first-child{
    width: 100%;
    display:block;
}

.playersContainer .players:hover .lead {
    background: white;
}

.playersContainer .players .lead{
    display: block;
    padding: 0.5em;
    padding-bottom: 1.2em;
    background: #FFFFFF url('../../images/mobile/table_background.png') repeat;
    white-space:normal;
    text-align: center;
}
.playersContainer .players .lead .name{
    display: block;
    font-family: PtSansBold, Arial;
    font-size: 0.9375em;
    color: #3c4650;
    white-space:normal;
    padding-top: 0.05em;
}
.playersContainer .players .lead .position{
    display: block;
    font-family: Arial;
    font-size: 0.6875em;
    color: #858585;
    white-space:normal;
}

.playersContainer .players .lead .icon{
    vertical-align: top;
    display: inline-block;
}
.playersContainer .players .lead .icon img{
    width: 1.5em;
    height: 1.5em;
    float: right;
    padding-top: 0.15em;
}
#players_counter_div{
    position: absolute;
    top: 0.5em;
    right: 1.2em;
    padding: 0.3em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 0.6875em;
    font-weight: bold;
}

/*
    Galériák
*/

.galleriesContainer{
    position: relative;
    z-index: 0;
    background: #FFFFFF;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: -1.5em;
}

.galleriesContainer .galleries{
    display: none;
}

.galleriesContainer #galleries_1{
    display: block;
}

.galleriesContainer .galleries img:first-child{
    width: 100%;
    display:block;
}

.galleriesContainer .galleries:hover .lead {
    background: #7497bd;
}

.galleriesContainer .galleries .lead{
    display: block;
    padding: 0.5em;
    padding-bottom: 1.2em;
    background: #6083a9;
    white-space:normal;
    padding-left: 0.65em;
    padding-top: 0.65em;
}
.galleriesContainer .galleries .lead .name{
    display: block;
    font-family: PtSansBold, Arial;
    font-size: 0.8125em;
    color: #FFFFFF;
    white-space:normal;
    padding-bottom: 0.2em;
}
.galleriesContainer .galleries .lead .date{
    display: block;
    font-family: Arial;
    font-size: 0.6875em;
    color: #b8d0ea;
    white-space:normal;
}
.galleriesContainer .galleries .lead .icon{
    width: 11%;
    vertical-align: top;
    display: inline-block;
}
.galleriesContainer .galleries .lead .icon img{
    width: 1.5em;
    height: 1.5em;
    vertical-align: top;
    float: left;
}
#galleries_counter_div{
    position: absolute;
    top: 0.5em;
    right: 1.2em;
    padding: 0.3em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 0.6875em;
    font-weight: bold;
    white-space: normal;
}

/* A block */

#aBlockWrap {
    position: relative;
    overflow: hidden;
}

#aBlockTrolley {
    height: 1.3em;
    width: 100%;
    background: green;
    background: rgb(67,67,67);
    background: -moz-linear-gradient(left,  rgb(67,67,67) 0%, rgb(90,90,90) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(67,67,67)), color-stop(100%,rgb(90,90,90)));
    background: -webkit-linear-gradient(left,  rgb(67,67,67) 0%,rgb(90,90,90) 100%);
    background: -o-linear-gradient(left,  rgb(67,67,67) 0%,rgb(90,90,90) 100%);
    background: -ms-linear-gradient(left,  rgb(67,67,67) 0%,rgb(90,90,90) 100%);
    background: linear-gradient(to right,  rgb(67,67,67) 0%,rgb(90,90,90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#5a5a5a',GradientType=1 );
}

#aBlockTrolley .trolley {
    box-sizing: border-box;
    display: block;
    width: 4em;
    top: 0.15em;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(207,207,207) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(207,207,207)));
    background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(207,207,207) 100%);
    background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(207,207,207) 100%);
    background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(207,207,207) 100%);
    background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(207,207,207) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 );
}

#aBlockTrolley .trolley>span {
    display: block;
    box-sizing: border-box;
    height: 1em;
    width: 100%;
    border: 2px solid white;
    border-radius: 4px;
    background: transparent url('../../images/mobile/trolley_icon.png') center center no-repeat;
}

.aBlockLeftGradient {
    width: 1.5em;
    background: url('../../images/mobile/aBlockLeftGradient.png') repeat-y left;
    height: 72%;
    height: calc(100% - 5.8em);
    position: absolute;
    bottom: 2.5em;
    left: 0;
}

.aBlockRightGradient {
    width: 1.5em;
    background: url('../../images/mobile/aBlockRightGradient.png') repeat-y right;
    height: 72%;
    height: calc(100% - 5.8em);
    position: absolute;
    bottom: 2.5em;
    right: 0;
}

#aBlockButtons {
    background: #0b0e17;
    padding-bottom: 0.55em;
    padding-top: 0.55em;
    width: 93%;
    margin: 0 auto;
}

#aBlockButtons .gradientButtonBackground {
    padding-left: 1.3em;
    padding-right: 1.3em;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    color: #c4272e;
    font-size: 2em;
    font-weight: bold;
}

#aBlockButtons>span {
    display: block;
    margin: 0 auto;
    height: 100%;
    padding-top: 0.25em;
}

#aBlockButtons>span>span {
    color: white;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    font-family: Arial;
    font-weight: bold;
    display: block;
    text-align: center;
}

#aBlockButtons>span>span:first-child {
    font-size: 0.65em;
    letter-spacing: normal;
    color: #696969;
    text-transform: uppercase;
    padding-bottom: 0.25em;
}

a.blInformation {
    display: block;
    height: 1em;
    font-size: 1em;
    color: #FFF;
    background-color: #5E81B5;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-weight: bold;
}