@CHARSET "UTF-8";
/**
 * @package    Joomla SMS Registration
 * @author     Joominamarket {@link https://www.joominamarket.com}
 * @author     Created on 11 October 2018
 * @license    GNU/GPL
 */


#com_smsregistration_content {
    width: 50%;
}

#com_smsregistration_content .title {
    float: left;
    width: 50%;
    text-align: right;
    font-weight: bold;
    background-color: #eee;
}

#com_smsregistration_content .cell {
    float: left;
    width: 45%;
    padding-left: 1em;
    border-bottom: 1px solid gray;
}
