/*CSS for cell : recordVideo*/
.video-panel
{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-button-panel
{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 4px;
}
.video-button
{
    margin-left:  10px;
    margin-right:  10px;
    border-radius: 4px;
    color: ghostwhite;
    border: thin solid #feb300;
    display: flex;
    align-items: center;
    justify-content: center;


}

.timer-4-vid
{
    position: absolute;
    border-radius: 3px;
}