/**************************************************************************************/
/*
/*    Designed by 'AS Designing'
/*    Web: http://www.asdesigning.com
/*    Web: http://www.astemplates.com
/*    License: GNU/GPL
/*
/**************************************************************************************/

table td{
  padding: 10px;
  vertical-align: top;
}

.roundBoxShadow {
box-shadow: 3px 3px 8px #000000;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
overflow: hidden;
display: block;
}

.refLinkText{
display: block;
margin-top: 20px;
text-align: center;
font-size: 15px;
}

.refLinkTextLink{
color:#fff!important;
}

.myContent{
padding: 30px 50px 10px 50px;
margin-top: 0px;
background-color: rgb(240, 246, 255);
border-radius: 0px 0px 50px 50px;
}