.problemscontainer {
	display: none;
	position: fixed;	
	z-index: 100;
	bottom: 0px;
	right: 20px;
}

.problemscontainer .needhelp {
	background: #e4f9f8;
	border-radius: 6px 6px 0 0;
	border-top: 3px solid #00bfb6;
	border-left: 3px solid #00bfb6;
	border-right: 3px solid #00bfb6;
	border-bottom: none;
	padding: 10px;
	font-family: "Roboto", arial, san-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	cursor: pointer;
	padding-top: 10px;
}

.problemscontainer .needhelp i {
	color: #00bfb6;

}

#any_problems {
	position: fixed;
	z-index: 99;
	bottom: 0px;
	right: 20px;
	width: 230px;
	height: 350px;
	background: #e4f9f8;
	border-radius: 6px 6px 0 0;
	border-top: 3px solid #666;
	border-left: 3px solid #666;
	border-right: 3px solid #666;
	color: #333;
	padding: 10px;
	font-family: "Roboto", arial, san-serif;
	font-size: 14px;
	display: none;
}

@-moz-keyframes slidein {
  from {margin-bottom:-350px;}
  to {margin-bottom:0px;}
}

@-webkit-keyframes slidein {
  from {margin-bottom:-350px;}
  to {margin-bottom:0px;}
}

#any_problems .close {
	font-size: 24px;
	text-align: right;
	color: #f00;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	background: #fff;
	border-radius: 1000px;
}

#any_problems .close:hover {
	cursor: pointer;
}

#any_problems .question {
  width: calc(100% - 50px);
  margin: 5px 10px 10px 10px;
  border: 3px solid #00bfb6;
	border-radius: 6px;
	background: #fff;
  padding: 10px;
  text-align: right;
  position: relative;
}

.bubble:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #00bfb6;
  border-right: 10px solid transparent;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  right: -20px;
  top: 6px;
}

.bubble:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 7px solid #fff;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  border-bottom: 7px solid transparent;
  right: -11px;
  top: 10px;
}

#any_problems textarea {
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
	font-family: "Roboto", arial, san-serif;
	font-size: 14px;
	background: #fff;
	border: 1px solid #00bfb6;
	border-radius: 6px;
}

#any_problems input {
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 7px 10px;
	font-family: "Roboto", arial, san-serif;
	font-size: 14px;
	background: #fff;
	border: 1px solid #00bfb6;
	border-radius: 6px;
}

#any_problems input[type=submit] {
	background: #06716c;
	color: #fff;
	border-radius: 10px;
	border: 2px solid #fff;
	padding: 10px;
	font-weight: 600;
	margin: 5px 0;
	cursor: pointer;
}

#any_problems .support_link {
	padding-left: 5px;
	font-size: 12px;
	border-top: 1px dotted #666;
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
}

#any_problems .support_link a {
	color: #f00;
}

.feedback_results {
	max-width: 600px;
	background: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	border: 1px solid #bbb;
	border-radius: 12px;
	margin: 50px auto;
	display: block;
	padding: 20px;
	font-size: 14px;
}

.feedback_results p {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}

.feedback_results a {
	color: #f00;
}



	