.rdl {

}

.rdl h4 {
    font-weight:600;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

.rdl, ul {
   /* place styles for the entire unordered list here */
   padding-left: 0;
}

.rdl, li {
    /* place styles for the line items here */
    list-style-type: none;
    font-size: 14px;
    color: #ffffff;	
}

.rdl_container {
  text-align: left;
  background: #FFFFFF;
}

div.rdl_playlist {
	text-align: center;
}

span.rdl_centered {
	text-align: center;
	color: #000000;
	font-size: 12px;
	line-height: 10% !important;
	height: 1.1 em;

}

.rdl_collapse {
	width: 90%;
}

/*.rdl_audio {
	border: 1px solid #ffffff;
	border-radius: 3px;
}*/

.rdl_label {
    /* labels are the individual line item titles */
    font-weight:bolder;
	font-size:16px;
}

.sub {
    border:1px solid green;
    font-size:8px;
}

.sub_item {
    padding-bottom: 40px;
}

.error_header {
    font-weight:600;
    color:#880000 !important;
}
.box {
	border-radius:3px;
	background-color: #ec1c24;
	padding-left:10px; 
	padding-right:10px;
}

.rdl_play_along_note {
    font-size:12px;
}

/*.rdl_play_along {
    border:1px solid yellow;
    font-size: 10px;
}*/

.rdl_play_along_answer_yes {
	color:#3CE911;
}

.rdl_play_along_answer_no {
	color:#EC1C24;
}

.rdl_audio {
    display: inline-block;
}

.play_button {
    height: 19px !important;
    display: inline-block;
    margin: 0px 10px 0px 10px;
}

.play_button:hover {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
}

.collapsible {
  cursor: pointer;
  padding: 18px;
  border: none !important;
  text-align: left;
  outline: none;
  background-color: #EC1C24;
  color: #ffffff;
}

.active, .collapsible:hover {
  background-color: #c4c4c4;
  color: #EC1C24;
}

.content {
  padding: 0 40px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
  /*background-color: #282828;*/
  border: none;
}

.mec-wrap .button, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next), .mec-wrap input[type=button], .mec-wrap input[type=reset], .mec-wrap input[type=submit] {
	background: #EC1C24;
}

/*mobile styles*/
@media only screen and (max-width: 480px) {
 	.content {
  		padding: 0px;
  	}
}
