/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 16.3

All css files are placed in /css/ folder
*/

.home_table td.t1 {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 18px;
    width: 35%;
    border-right: 0;
}

table.home_table {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: rgba(0,0,0,.08);
}


table.home_table th, .style-simple table td {
    border-width: 0 1px 1px 0;
}



table.home_table.home_table.home_table td {
    text-align: left;
    padding: 30px 0;
    padding-left: 10px;
}

table th, table td {
    padding: 10px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}