﻿.videoBlok, .textBlok {
    background-color: #eceff4;
    padding: 20px;
}

    .videoBlok:first-of-type {
        margin-top: 20px;
    }


    .videoBlok .videoHolder{
        width: 530px;
        display: inline-block;
    }

    .videoBlok .context {
        max-width: 500px;
        margin: 20px;
        display: inline-block;
        vertical-align: top;
    }
    .videoBlok ul {
        list-style-type: square;
    }

.textBlok .context {
    margin: 20px;
    display: block;
    vertical-align: top;
}

