﻿@charset "UTF-8";


.thumb-comment {
    font-size              : small;
    text-align             : center;
}

.thumb-video {
    max-width              : 640px;
    border                 : solid 1px #cccccc;
}

.thumb-video-comment {
    font-size              : small;
    text-align             : center;
    background-color       : #ffffff;
}




.item-info {
    width                  : 100%;
    display                : flex;
    flex-wrap              : wrap;
    justify-content:         flex-end;
}
.item-image {
    border                 : solid 1px #cccccc;
}
.item-text {
    width                  : 400px;
    flex-grow              : 1;
}

.item-subject {
    font-weight            : bold;


