/**
* Please do not edit or add any code in this file without the permission of Saravana Technology Solutions
*
* @author    Saravana Technology Solutions
* @copyright Saravana Technology Solutions
* @license   https://www.pibblu.com
* Prestashop version 1.7+
* loginbymobile 17.0.0
* Sep 2018
*/

#lbm_lf_section {
	margin-top: 15px;
}

#lbm_lf_title {
    font-size: .875rem;
    margin-top: 1rem;
    padding-bottom: .9375rem;
    text-align: center;	
}

#lbm_lf_title span {
    text-align: center;
    font-size: .875rem;
}
#lbm_lf_section hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.tabledisplay {
	display: table;
}
.tablecelldisplay {
	display: table-cell;
}
.lbmcallprefix {
    display: table-cell;
    vertical-align: middle !important;
    padding: 5px !important;
    max-width: 43px !important;
    min-width: 35px !important;	
    background-color: gray;
    color: white;
	text-align: center;
}