/* Add here all your css styles (customizations) */
.arrow{
	width:80%;	
	margin-bottom: 10px;
	text-align: left;
	margin-left: 132px;
	color: #FF0000;
	font-weight: bold;
}
.arrow img{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg); /* Standard syntax */
}