.rw-stop-icon{
	width: 10px!important;
    height: 10px!important;
    background: blue;
    display: inline-block;
    margin-right: 10px!important;
}
.rw-start-icon{
	width: 10px!important;
    height: 10px!important;
    border-radius: 50%!important;
    background: red;
    display: inline-block;
    margin-right: 10px!important;
}
.rw-pause-icon{
    width: 2px!important;
    height: 10px!important;
    border-left:4px solid blue;
    border-right:4px solid blue;
    display: inline-block;
    margin-right: 10px!important;
}
.rw-resume-icon{
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%!important;
    background: red;
    display: inline-block;
    margin-right: 10px!important;
}

.rw-contorl-unit-wrapper{
    display:table;
    width:100%;
    height:100%;
}
.rw-contorl-unit{
    display:table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.rw-control-title{
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;    
}
.rw-control-start-icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: red;
    display: inline-block;
}
.rw-control-pause-icon{
    width: 5px;
    height: 25px;
    border-left:10px solid black;
    border-right:10px solid black;
    display: inline-block;
    
}
.rw-control-resume-icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: red;
    display: inline-block;
}
.rw-control-stop-icon{
    width: 25px;
    height: 25px;
    background: black;
    display: inline-block;
}
.rw-control-icon{
    margin: 0px 5px;
    cursor:pointer;
}
.rw-control-icon:hover{
    opacity: 0.7;
}


.rwpav-help-videos-container{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.rwpav-video-box-wrapper{
 
    float: left;
    margin-bottom: 15px;
    flex: 0 50%;
}
.rwpav-video-box{
    padding: 0px 20px 0px 0px;
    width:80%;
}
.rwpav-video-title{
    margin-bottom:5px;
    font-size:15px;
    font-weight: bold;
}
.rwpav-video{
    width: 100%;
}