*{
  box-sizing: border-box;
}

#et-main-area .postit {
  line-height: 1;
  text-align:left;     
  width: 290px;  
  min-height:250px;
  max-height:250px;
  /**padding-top:35px;**/
  padding: 10px;
  position:relative;   
  border:2px solid #E8E8E8;  
  border-top:5px solid #fdfd86;
  font-family:'segoe Print';    
  font-size:16px;      
  border-bottom-right-radius: 60px 5px;
  display:inline-block;    
   background: #ffff88; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#et-main-area .postit h3 {
	font-family: 'segoe Print' !important;
	font-size: 14px !important;
	color: #333333 !important;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
}


#et-main-area .postit table {
	border: none !important;
}

#et-main-area .postit td{
  font-size: 13px;
  padding: 5px; 
  line-height: 1.2;
  vertical-align: top;
  border: none !important;
  padding: 6px 15px !important;
}

#et-main-area .postit tr{
  font-size: 14px;
  padding: 5px; 
}


#et-main-area .postit:after {     
   content: "";
  position:absolute;
  z-index:-1;
  right:-0px; bottom:20px;
  width:200px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow:2px 15px 5px rgba(0, 0, 0, 0.40);
-moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
 -webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
      -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
     -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
         transform: matrix(-1, -0.1, 0, 1, 0, 0);
}


@media only screen and ( max-width: 468px ) {

	#et-main-area .postit {  
	  width:  100%;  
	}
		
}