.tx-ne-diary .text {
    margin-bottom: 20px;
}
.internet_explorer .tx-ne-diary,
.internet_explorer .tx_nediary_show {
    width:100%;
}
.tx_nediary_show{
	margin-top: 30px;
}

.tx-ne-diary .headline_container + .headline_container .headline{
	margin-top: 8px;
}

.tx-ne-diary .content{
	padding-top: 25px;
}

.tx_nediary_show .backlink{
	margin-bottom: 7px;
	display: block;
	position: relative;
    color: #63819f;
    transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
}

.tx_nediary_show .backlink i{
	margin-right: 10px;
}

.tx_nediary_show .backlink:hover{
    color: #04274d;
    transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
}

.tx_nediary_show .img_desc,
.tx_nediary_show .video_desc{
    margin-top: 5px;
}

.tx_nediary_show .diary_images,
.tx_nediary_show .diary_videos{
    margin-top: 0;
}

.tx_nediary_show .diary_img{
    margin-top: 40px;
}

.tx_nediary_show .diary_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	margin-top: 40px;
}

.tx_nediary_show .diary_video iframe,
.tx_nediary_show .diary_video object,
.tx_nediary_show .diary_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tx_nediary_show .diary_video video {
	width: 100%;
}