/*#legend {
	width:285px;
}

#legend-toggle {
	width: 285px;
}*/

/*Study segment disclaimer*/
.studySegment {
    padding: 5px 0 1px 0;
    background-color: #e1e3e6;
    width: 100%;
    margin-bottom: -16px;
}
.studySegment p {
    font-size: 10px !important;
    font-style: italic;
    padding-bottom: 0px;
    text-align: center;
    color: #555657;
}

#CommentStart {
	position: absolute;
	top: 85px;
	right: 10px;
	z-index: 1028;
	margin-left: -161px;
	color: white;
	padding: 12px;
	font-size: 1em;
	border-radius: 6px;
	border: none;
	box-shadow: 0px 0px 15px rgb(216, 211, 211);
}

.commentImage {
    vertical-align: middle;
}
.submit-btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.submit-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	#CommentStart {
	  right: 10px;
	  padding: 10px;
	  font-size: 14px;
	  box-shadow: 0px 0px 10px rgb(216, 211, 211);
	}
	#CommentStart img { max-height: 30px; width: auto; padding: 0 10px 0px 0px; margin: 0;}
	#CommentStart img {
	    max-height: 20px;
	    padding: 0 10px 0px 0px;
	}
}
