/*
 Theme Name:   UCLG Learning
 Description:  Divi Child Theme
 Author:       Punt Zero
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  uclglearning
*/

.organizer {
	display: inline-block;
	padding: 0px;
	margin:0px !important;
}
.organizer .et_pb_text_inner {
	padding: 5px 15px !important;
	background: #152332;
	border-radius: 20px;
	margin-right: 8px;
	margin-bottom: 10px !important;
	color:white;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
}
.peer-btn a {
  width: 45%;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.resource-modal {
  overflow: scroll !important;
}