.writingBackground{
	background:#8DB6AB;
}
.writing_page_158{
	padding:0 0 0 20px;
	list-style-type: square;
}
.writing_page_158 p{
	margin:0 0 5px 0 !important;
}
.writing_popup{
	overflow:auto;
}
.writing_popup_img .col-md-6 img{
	margin-bottom:15px;
}
.writing_popup .arrow {
	text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 2%;
	
}
.writing_popup .arrow a{
	color:#C24D2C;
}
.writing_popup .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}