#profile-menu {
  position: absolute;
  top: 55px;
  right: 2px;
  z-index:100;
}

#profile-menu.hidden {
  display: none !important;
}

#profile-menu.not-hidden {
  display: block !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-responsive{
  width: 100%;
  height: 50vw;
  object-fit: cover;
}

@media (min-width: 576px) {
  .img-responsive{
    height: 150px;
  }
}

span.live{
    font-size: 12px;
    border: 1px solid #00E077;
    color: #00E077;
    margin: 2px 4px;
    padding: 2px 8px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
}

.full-width{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}


.vote-open {
    color:#008800;
    
}                                                                                                                                     

.vote-waiting {
    color:#888888;
    
}

.vote-closed {
    color:#880000;    
}

.vote-description {
    margin-bottom: 50px;
}

.vote-resolution-chapter {
    font-weight: bold;
    padding:10px 0;
    text-transform: uppercase;
}

.vote-resolution-summary {
    padding-left:30px;
    font-style: italic;
    margin-bottom: 20px;
}

.vote-resolution-description {
    margin-bottom: 20px;
}

.vote-resolution-separator {
    margin-top: 20px;
    margin-bottom: 30px;
}

.vote-resolution-table table {
    margin
}
.vote-resolution-table th,
.vote-resolution-table td {
    padding:10px;
    text-align: center;
}

.vote-resolution-user-vote {
    font-weight: bold;
}


footer {
    color: #AAA;
}

h1, .h1 {
    font-size: 2rem;
}

.has-voted {
    font-size: 0.8rem;
    background-color: #35ffc3;
    padding:5px;
}

.other-event {
    border: 1px solid #AAA;
    padding: 5px;
    margin: 5px;
    background-color: #EEE;
}

    .other-event .event-date {
    font-size: 0.8rem;
}

.required {
    color:#FF0000;
}

.admin-button {
    font-size: 2.4rem;
}

.be-delegate-question {
    font-size:1.5rem;
}

h3, .h3 {
    font-size: 1rem;
}

.bg-block {
    background-color:#eaeaea;
}

.navbar {
    padding:0 !important;
}

.root_update {
    font-size: 13px;
    font-weight: bold;
    color:#018aff;
    padding:2px;
    border:1px solid #018aff;
}

a.root_update:hover{
    color:#ff01a5;
    border:1px solid #ff01a5;
}

.table-sm {
    font-size:14px;
}

.navbar-brand {
    margin: 8px 0px;
}