#report_suggestion {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,65%);
  z-index: 2;
  cursor: pointer;
}

#text{
	position: absolute;
    top: 35%;
    right: 0%;
    font-size: 14px;
    color: #00ffc2;
    transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.rectangle {
	height: 26px;
    width: 105px;
    background-color: none;
    border-radius: 5%;
    border: 3px solid red;
    float: right;
    margin-top: 10px;
}


.things > .content {
	float: left;
	width: 50%;
	height: 500px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	position: relative;
}

/* Arrow */

.arrow {
	position: relative;
	margin: 0 auto;
	width: 100px;
}

.arrow .curve {
	border: 2px solid #00ffc2;
	border-color: transparent transparent transparent #00ffc2;
	height: 360px;
	width: 1200px;
	border-radius: 230px 0px 0px 3px;
}

