
body {
  font-family: arial;
  background-color: #fff;
  background-image:url("https://www.rocksushi.org/rocksushi/wp-content/uploads/2020/11/cartwikiXL.png"); 
  background-repeat:no-repeat; background-position:10px 134px;background-size:6%;background-attachment:fixed;overflow-y:auto;
  }

#menubalk{
   display:inline-block;
   margin-top:-10px;
    margin-left: 0;
	width: 100%;
	max-width:100%;
	height:60px;
border-top: 6px #a4afcc solid;
}
.menuimg{	
	top: 16px;
	margin-left:100px;
    display: block;
    position: absolute;
	width: initial;
  }

.menutext{display:block;float:right;margin-top:34px; margin-right:10%;}
.menulink{color:#4f4f4f;margin-top:10px;font-size:.86em;text-decoration:none;}


#pc{margin-left:0;top:0;width:100%;margin-top:-20px;
height:30px;background-color:rgb(249 249 249);
}

.pctext{display: inline-block; margin-top: 35px;margin-left:10px; color:#414141;
font-weight:600;font-size:.8em; background-color:rgb(248 248 248 / 74%);
}


#movingflower {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	max-width:100%;
	height: 100%;
	max-height:100%;
}

#overlay {
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#overlay div {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}

.poll-content-outer {
    max-width:95%;
    max-height:100%;
    left:0;
    right:0;
    border-radius:3px;
    background-image:url("https://www.rocksushi.org/rocksushi/wp-content/uploads/2020/11/cartwikiXL.png"); 
    background-repeat:no-repeat; 
    background-position:81% 140px;
    background-size:210px;
    background-attachment:fixed;
    overflow-y:auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden; 
    max-height: calc(100vh - 60px); 
    margin: 10px auto;
    width: 90%; 
}

#poll-content {
   background-color:#fafafa;
   background-color:rgb(248 248 248 / 34%);
   border-radius: 4px;
   margin-top:25px;
   padding:30px 20px;
   font-family: inherit;
    letter-spacing: 1px;
   	overflow-y:auto;
}

#poll-content img{opacity:.4;}
.question {
	padding: 10px 0px 0px 0px;
	color:#1c1c18;
}

.radio-input {
	margin: 0px 10px 0px 10px;
}

#btnSubmit {
	background-color: #eee;
	color: #444;
	border-radius: 3px;
	border: 1px solid #333;
	display: inline-block;
    padding: 7px 15px;
	-webkit-appearance: button;
    cursor: pointer;
}

.next-link {
	float: left;
	background-color: #eee;
	color: #444;
	border-radius: 3px;
	border: 1px solid #333;
	display: inline-block;
	padding: 7px 15px;
	-webkit-appearance: button;
	-moz-appearance: button;
    cursor: pointer;
}

.error {
	text-align: center;
	padding: 50px;
	color: #333;
}

.poll-bottom {
	margin-top: 20px;
}

.poll-heading {
	text-transform: uppercase;
    background: #CCC;
    padding: 5px;
    margin-bottom: 10px;
}

.answer-rating {
    margin-bottom: 5px;
}
.answer-text {
    text-transform: uppercase;
    padding: 5px;
    font-size: 0.8em;
    width: 120px;
    display: inline-block;
}
.answer-count {
	text-transform: uppercase;
    background: #FFF;
    padding: 5px;
    font-size: 0.8em;
    width: 50px;
    display: inline-block;
}

.alert {
    display:block;
    position:fixed; 
    top:0;
    left:0;
    right:0;
    margin:auto;
    width:300px; 
    max-width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}
        
.alert.success {background-color: #292823; color: #155724;   width: 50%;}
.alert.warning {background-color: #292823; color: #856404;  width: 50%; }
.alert.error {background-color: #292823; color: #721c24;   width: 50%;}

.question-block {
   margin-bottom: 25px;
    padding-bottom: 15px;
      border:0;    
}
    
.question-block p {
    font-weight: bold;
    margin-bottom: 8px;
    border:0;
}
    
.choice-input {
    margin-top: 10px;
    padding: 5px;
    width: 200px;
   border-radius: 4px;
   border:0;
}


