/* 
 *  Created on : 03.02.2017, 17:31:07
 *  @copyright : Samet Tarim
 *  @author    : Samet Tarim
 *  @link      : http://www.samet-tarim.de/
 */

.mb-lps-meta-form-elements {

    overflow: hidden;
    padding: 18px 20px;
    border-bottom: 1px dashed #e1e1e1;
    position: relative;
    background-color: #fff;
    
    clear: both;
    
    .box-sizing();

    .mb-lps-meta-form-description {

        width: 49%;
        float: right;
    }

    .mb-lps-meta-form-element {

        width: 49%;
        float: left;
        
        input {
            
            width: 100%;
            padding: 7px 9px;
        }
    }
}