/**
 * @package    Joomla.Component.Builder
 *
 * @created    17th July, 2018
 * @author     Jibon L. Costa <https://www.hoicoimasti.com>
 * @github     Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
 * @copyright  Copyright (C) 2019 Hoicoi Extension. All Rights Reserved
 * @license    MIT
 */

/* CSS Document */

.bbbMeeting{
        margin-bottom: 20px;
}
.bbb-heading{
	background: #f2f2f2;
	border: 1px solid #DBDEE1;
	border-radius: 7px 7px 0 0;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 8px 10px 7px;
	margin: 0;
}
.bbb-page-heading{
	width: auto !important;
	margin: 5px 0 5px 0 !important;
	padding: 0 !important;
}
.bbb-details{
	border-bottom: 1px solid #DBDEE1;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	background: #fff;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
}
.detailsLink{
	margin: 20px 0 10px 0;
}
