@CHARSET "UTF-8";

.title {
	background-color: #337ab7;
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-size: 20px;
	color: white;
}

.tiptext {
	margin-top: 25px;
	font-size: 16px;
}

.tipemail {
/* 	margin-left: 10px;
	margin-top: 23px;
	display: inline-block;
	position: fixed; */
	color: #2e6da4;
	font-size: 16px;
}
.tipimg{
/* 	float: right;
    margin-top: 22px;
    margin-right: 22px; */
    transform: rotate(90deg);
    width: 20px;
    height: 20px
}

.tipdiv{
    margin-top: 23px;
}
.returnimg{
    width: 22px;
    height: 22px;
    margin-top: 18px;
    margin-left: 10px;
    position: absolute;
}


