.btn:not(.btn-outline-clr):not(.btn-white):not(.btn-outline) {
  border:solid 1px #fff
}

.logout {
  border:solid 1px #fff;
  background-color: transparent;
  margin-right:50px;
}
.youtubevideowrap {
  width: 93%;
  max-width: 700px;
  margin: 0 auto;
}
.video-container {
	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%;
  padding-bottom:10px;
}
.question-form {
    margin: 0 auto;
    width: 700px;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}
.poll {
  max-width:726px;
}
.header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px){
body {
    padding-top: 0px;
}}
