body {
    max-width: 550px;
    padding-left: 5px !important;
    margin: 0 auto !important;
}
div#sisalto {
    position: relative;
    padding-bottom: 1px;
    padding-top: 20px;
}
div#samp_yla {
    word-break: break-word;
}
.date-wrap:first-child {
    margin-top: 25px;
}
.date-wrap {
    margin: 40px 0 25px 0px;
}

.date-wrap > div {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: aliceblue;
    display: inline-block;
    padding: 6px 5px;
    min-width: 76px;
    background-color: #112945;
    box-shadow: 0px 7px 6px -8px #2b2b2b;
}

.content-wrap {
    width: 98% !important;
    position: relative;
    background-color: #fff !important;
    padding: 11px;
    border: 1px #c3c3c3 solid;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
    margin-top: 15px;
    transition: all 300ms ease-out;
}

.body * {
    transition: all 400ms ease-out;
}
.title {
    margin-bottom: 10px;
}
.caption {
    color: #555 !important;
    font-family: HelsinginTextRegular, sans-serif !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 4px;
}

.text {
    font-family: HelsinginTextRegular,sans-serif !important;
    color: #393939;
    font-family: Georgia,sans-serif;
    font-size: 15px;
    margin: 10px 0;
    line-height: 1.5;
}

.title h3 {
    font-size: 20px;
    color: #010101;
    line-height: 1.3em;
}

.body img {
    max-width: 100%;
}

a.more {
    color: #676767;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 4px 15px;
    margin: 5px auto 0;
    border: 1px #BDBDBD solid !important;
    display: block;
    line-height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 300ms ease-in-out;
}

.date {
    opacity: 1;
    color: #333 !important;
    box-shadow: 0px 2px 14px -6px #000000;
    border: 1px solid #b5b5b5;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: -11px;
    left: 8px;
    padding: 2px 6px;
    background-color: #fff;
}

.line {
    position: absolute !important;
    width: 2px;
    background-color: #0b1f35;
    left: 32px;
    top: 45px;
    z-index: -1;
    height: calc(100% - 50px) !important;
}

.content-wrap:after {
    content: "";
    position: absolute;
    right: 6px;
    width: 93%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px 0 #adadad;
    -moz-box-shadow: 0 1px 1px 0 #adadad;
    box-shadow: 0px 12px 19px -9px #cecece;
    height: 100%;
    background-color: #fff;
    z-index: -7;
    bottom: 1px;
}

a.more:hover {
    box-shadow: 0px 2px 14px -4px #ccc;
}

.clearfix {
    margin-bottom: 10px;
}
.collapsed {
    max-height: 0;
}
.collapsed * {
    height: 0;
    margin: 0;
    padding: 0;
}
.transparent * {
    opacity: 0;
}
.show {
    height: 21px;
    width: 21px;
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 6px;
    border: 1px solid transparent;
    transition: all 200ms linear;
    cursor: pointer;
}
.line:after {
    position: absolute;
    content: "";
    width: 40px;
    background-color: #0b1f35;
    height: 2px;
    bottom: 0;
    left: 0;
}

.line:before {
    position: absolute;
    content: "";
    width: 32px;
    background-color: #0b1f35;
    height: 2px;
    bottom: 0;
    right: 0;
}
img.rotate {
    transform: rotate(180deg);
}

.image-wrapper .image-caption{
    color: #555 !important;
    font-family: HelsinginTextRegular, sans-serif !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 4px;
    text-align: right;
}