/*About theme*/
#wpwrap{
  background: #fff;
  font-family: 'Muli', sans-serif;
}
.wrapper-info {
  margin-top: 20px;
}
.col-left{
  width: 65%;
  float: left;
}
.col-right {
  width: 30%;
  float: right;
  padding: 5px;
  margin: 0px 20px;
  background: #eee;
  border: solid 1px #ddd;
}
.col-left h2 {
  color: #004c75;
  font-size: 28px;
  margin: 15px 0;
  font-weight: bold;
}
span.version {
  font-size: 15px;
  color: #333;
}
.logo {
    margin: 5px 0;
}
.col-left p {
    font-size: 17px;
    color: #333;
    letter-spacing: 1px;
}


/*Tab Button*/

hr.h3hr {
    width: 10%;
    border-top: 2px solid;
    margin: 0;
}
.tab-sec h3 {
    color: #004c75;
    font-size: 20px;
    margin: 35px 0 10px;
}
.tab-sec p {
    font-size: 16px;
    color: #333;
}
.col-right-inner {
    width: 60%;
    float: right;
    padding: 20px;
}
.col-left-inner {
    width: 33%;
    float: left;
}
.col-right-inner img {
    width: 100%;
    box-shadow: 0 0 15px 1px #bbb;
}
.col-left-inner h4,
.update-now h4,
.col-3 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
}
.update-now h4{
    text-align: center;
    color: #004c75;
    margin: 15px 0 30px;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 25px;
}
.col-left-inner p {
    font-size: 14px;
    margin: 8px 0;
}
.info-link a,
.col-left-pro a {
    background: #004c75;
    padding: 8px 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: 1px;
}
.info-link a:hover,
.col-left-pro a:hover,
td.update-link:hover{
    background: #0771ab;
}
.info-link {
    margin: 20px 0;
}
.col-right .info-link,
.logo{
    text-align: center;
}
.table-image {
    padding: 20px;
}
.pro-links {
    margin: 3em 0;
}
.pro-links a {
    margin-right: 8px;
    padding: 10px 15px;    
}
.tab-sec,
.featurebox {
    width: 100%;
    float: left;
}
.col-left-pro p {
    margin-top: 25px;
}
.innerbox {
    margin: 30px 0;
}
/*Table CSS*/

.tablebox td {
    padding: 15px 10px;
    font-size: 18px;
    color: #000;
    border: solid 1px #ddd;
}
td.table-img {
    text-align: center;
}
tr.odd {
    background: #eee;
}
.tablebox th {
    padding: 15px;
    background: #eee;
    color: #000;
    font-size: 20px;
    border: solid 1px #ddd;
}
table.tablebox {
    border: solid 1px #ddd;
    padding: 2px;
    width: 100%;
}
td.update-link {
    background: #004c75;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
}
td.update-link a {
    color: #fff;    
    text-decoration: none;
}

#lite_theme {
    width: 60%;
    float: left;
}
p.description {
    color: green;
    font-weight: bold;
}
.col-doc-7,
.col-doc-71,
.col-doc-77 {
    margin: 15px 0;
}
.col-doc-7 img,
.col-doc-71 img,
.col-doc-77 img {
    box-shadow: 0px 0px 8px 1px #bbb;
}
.pro-tab-sec {
    width: 37%;
    float: left;
    padding: 0 15px;
}
.info-link span,
.pro-links span {
    margin-right: 5px;
}
.col-left-pro ol li {
    font-size: 15px;
    color: #333;
    letter-spacing: 1px;
}