.tp-accordions-pro-shortcodes {
  background: #32a5dc none repeat scroll 0 0;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}
.tp-accordions-pro-shortcodes > h2 {
  color: #fff;
  display: block;
  font-size: 19px !important;
  overflow: hidden;
}
.tp-accordions-pro-shortcodes > textarea {
  padding: 5px;
  text-align: center;
}
.tp-accordions-pro-shortcodes > p {
  color: #fff;
  font-size: 15px;
}



/* Tabs CSS  */

.tabs-menu {
  display: block;
  overflow: hidden;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}
.tab {
  background-color: #fff;
}

.tab-content {
    display: none;
}

#tab-1 {
 display: block;   
}
.tabs-menu li a:focus {
  box-shadow: none;
  outline: medium none;
}
.tabs-menu li a i {
  margin-right: 7px;
}

/* Table Design */
.tab-content table.form-table tr {
  border-top: 1px solid #ececec;
}
.tab-content table.form-table tr:hover {
  background: #efefef none repeat scroll 0 0;
  border-bottom: 1px solid #32a5dc;
  transition: all 0.5s ease 0s;
}
.tp_accordions_pro_hint {
  display: block;
  font-size: 11px;
  margin-top: 15px;
  overflow: hidden;
}