/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 sept. 2019, 11:37:08
    Author     : ANALOJ
*/

.vids_list {
    display:block;
}

.vids_thumbnail {
    display:inline-block;
    float:left;
    height:300px;
    width:200px;
    margin: 10px;
    text-align: center;
}

.event_selected {
    border: #f90067 solid 3px;
}

#content_admin{
    margin:5em auto 0 auto;  
}

h3 a{
    color:#fff;
}

.alert{
    position:fixed;
    margin-top:-100px;    
}