﻿#feedback {
    display: none;
    position: sticky;
    background-color: cornsilk;
    top: 0;
    z-index: 1;
    padding: 20px;
}

#feedback h3 {
    color: #1a7abf;
}

ul#eventSessions {
    padding-left: 40px;
}

li.k-listview-item {
    padding: 3px;
}

img, video{
    max-width: 100%;
}

.badge:after {
    content: attr(value);
    font-size: 12px;
    color: white;
    background: #E83527;
    border-radius: 50%;
    padding: 0 5px;
    position: relative;
    left: -8px;
    top: -10px;
    opacity: 0.9;
}

.no-after:after {
    content: none;
}

.badge {
    color: #2D85D1
}

.form-control-plaintext {
    font-size: inherit;
}