body {background:green;}
#cn-profile .cn-entry-single .cn-biography {
	clear:left;
	padding-top: 20px;
}
div.nameblock {font-size:24px !important;line-height: 20px;font-variant: small-caps !important;}
div.cn-biography{font-weight: lighter;}



/*  arrow  */

#arrow {
    border-right:2px solid black;
    border-bottom:2px solid black;
    width:10px;
    height:10px;
    transform: rotate(-45deg);
    margin-top:40px;
}

ul#cn-entry-actions li.cn-entry-action-item {
  position: relative;
	padding-bottom: 10px;
	padding-right: 12px;
	display: inline;
}

ul#cn-entry-actions {
  list-style: none;
}

ul##cn-entry-actions li.cn-entry-action-item:before{
   content: '';
   position: absolute;
   border-right:2px solid black;
   border-bottom:2px solid black;
   width:10px;
   height:10px;
   top: calc(50% - 4px);
   left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#cn-profile div.cn-entry span:first-of-type {
		float: none !important;
	}

div.nameblock {font-size:large;font-variant: small-caps}
.cn-image{display:none;}
}
