<!--
/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the commercial license
 * that is bundled with this package in the file LICENSE.txt.
 *
 * @category Extait
 * @package Extait_VideoTab
 * @copyright Copyright (c) 2016-2017 Extait, Inc. (http://www.extait.com)
 */
-->
.parameters {

    text-align: left;
    width: 100%;
}

.video-title {
    font-weight: 600;
}

.video-content iframe {
    display: block;
}

.parameters div {
    margin-top: 10px;
}

@media only screen and (min-width: 771px) {
    .video-content {
        display: flex;
    }
    .video-embed+.parameters {
        margin-left: 17px;
    }
    .parameters div:first-child{
        margin-top: 0;
    }
}

.video-descr ul {
    list-style: disc;
    padding: 0 0 0 20px;
}

.video-descr ol {
    list-style: decimal ;
    padding: 0 0 0 20px;
}
