/**
 * @version     CVS: 1.0.0
 * @package     com_txeducation
 * @subpackage  mod_txeducation
 * @copyright   2016 ThemeXpert
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      ThemeXpert <themexpert@gmail.com>
 */

.field_name{
    width: 16.66666666666667%;
    display: inline-block;
    float: left;
}

.field_value{
    width: 83.33333333333333%;
    display: inline-block;
    float:left;
}

.table{
    width: 100%;
    margin-bottom: 18px;
}

.table tr{
    border: none;
}

.table td, .table th{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}

/*
**************
For Grid
**************
*/
.mod_txeducation .grid-box {
    margin-bottom: 30px;
    position: relative;
}
.mod_txeducation .grid-box figure {
    margin-bottom: 0;
}
.mod_txeducation .grid-box figure img {
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}
.mod_txeducation .grid-box .content-body {
    padding: 30px;
    border-radius: 0 0 4px 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 40px 0px rgba(155, 164, 184, 0.19);       
}
.mod_txeducation .grid-box .content-body a.btn {
    color: #fff;
}