/*social sharing buttons*/

.thetext { font: 100 20px/1.5 'Pacifico', Helvetica, sans-serif; color: #2b2b2b; }

.social a{ display:inline-block; margin:10px 10px 5px 0; padding:10px 15px; color:#fff; font-weight:bold; text-align:center; text-decoration:none; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; -ms-border-radius:5px; }

.social a:visited { color: #fff }

/*Twitter*/ .twitter{ background:#9AE4E8; }

/*Facebook*/ .facebook{ background:#3B5998; }

/*Google Plus*/ .google-plus{ background:#D34836; }

/*LinkedIn*/ .linkedin{ background:#047EB0; }

/*Reddit*/ .reddit{ background:#FF4504; }

/*Pinterest*/ .pinterest{ background:#CA2026; }

.myclass {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    box-shadow: 0 0 15px 4px #E0E0E0 inset;
    padding: 10px;
}