ul { list-style-type:circle; padding-left:20px; } h3.panel-sub-heading { padding-bottom:10px; padding-left:4px; } td, th{ text-align: center; } .rotate90 { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); position: absolute; top: 60%; } .g_desc { position: relative; text-shadow: 0 1px 0 #fff; line-height: 1.5; margin: 60px auto; background-color: #f5f5dc; background-image: linear-gradient(to bottom, #f5f5dc 0px, #fbfbeb 100%); padding-top: 5px; padding-bottom: 15px; margin-top: 20px; -moz-border-radius: 4px; border-radius: 4px; } .g_desc:after { transform: rotate(3deg); right: 10px; left: auto; } .g_desc:before, .g_desc:after { z-index: -1; position: absolute; content: ""; bottom: 15px; left: 10px; width: 50%; top: 80%; max-width:300px; background: rgba(0, 0, 0, 0.7); box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); transform: rotate(-3deg); }