.demo{ font-family: 'Raleway', sans-serif; } .panel{ padding: 0; border: 3px dashed #e7e7e7; } .panel .panel-heading{ background: #fff; margin: 0; } .panel .panel-heading .title{ color: #9e2c67; font-size: 20px; font-weight: 700; line-height: 30px; text-transform: uppercase; margin: 0 10px 0 0; display: inline-block; } .panel .panel-heading .btn{ background-color: #555; vertical-align: top; border: none; } .panel .panel-body{ padding: 0; } .panel .panel-body .table thead tr th{ color: #9e2c67; font-size: 17px; font-weight: 700; padding: 12px; border-bottom: none; } .panel .panel-body .table tbody tr:nth-child(odd){ background: #F0F2F2; } .panel .panel-body .table tbody tr td{ color: #555; font-size: 15px; padding: 10px 12px; vertical-align: middle; } .panel .panel-body .table tbody .action-list{ padding: 0; margin: 0; list-style: none; } .panel .panel-body .table tbody .action-list li{ display: inline-block; } .panel .panel-body .table tbody .action-list li a{ color: #fff; font-size: 14px; line-height: 35px; height: 35px; width: 35px; padding: 0; border-radius: 0; transition: all 0.3s ease 0s; } .panel .panel-body .table tbody .action-list li a:hover{ box-shadow: 0 0 0 3px #fff inset; } .panel .panel-footer{ background-color: transparent; border: none; } .pagination{ margin: 0; } .pagination li a{ color: #fff; background-color: #555; font-size: 15px; font-weight: 600; margin: 0 2px; border: none; transition: all 0.3s ease 0s; } .pagination li a:hover, .pagination li a:focus, .pagination li.active a{ color: #fff; background-color: #9e2c67; } @media only screen and (max-width:767px){ .panel .panel-heading{ text-align: center; } }