.mona-youtube-downloader-widget,
.mona-form, .mona-form * {
	box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.mona-youtube-downloader-widget:before{
    content: "";
    display: table;
}
.mona-youtube-downloader-widget:after{
    clear: both;
    content: "";
    display: table;
}
.mona-form {
	float: left;
	width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mona-form .mona-input {
	float: left;
    height: 40px;
    line-height: 20px;
    padding: 10px 15px;
    width: calc(100% - 100px);	
	-webkit-transition: border 0.5s ease-out 0s;	
	transition: border 0.5s ease-out 0s;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mona-form .mona-input:focus {
	border-color: #444;
	-webkit-transition: border 0.5s ease-out 0s;
	transition: border 0.5s ease-out 0s;
}
.mona-form .mona-button {
	background-color: #47c1be;
	box-shadow: none;
	color: #fff;
	float: left;
	height: 40px;
	width: 100px;
	text-align: center;
	line-height: 20px;
	padding: 10px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.mona-form .mona-button:hover{
    text-decoration: none;
    opacity: 0.9;
}
.mona-popup {
	display: none;
	position: fixed !important;
	border: 4px solid grey;
	background: #FFF;
	z-index: 999;
	color: inherit;
	padding: 12px;
	width: 50%;
	min-width: 400px;
    bottom: 50%;
    right: 50%;
    height: calc(100% - 100px);
    transform: translate(50%,50%);
    -webkit-transform: translate(50%,50%);
}
.mona-video-description {
    float: left;
    width: 100%;
    overflow: auto;
    height: 100%;
    
}
.simplePopupClose{
    background-color: #333;
    color: #fff;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    padding: 5px;
    position: absolute;
    right: -18px;
    top: -18px;
}

.mona-video-pic {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.mona-video-info {
    float: right;
    width: 100%;
    padding: 0 10px;
}
.mona-video-info > h3{
	margin-bottom: 5px;
}
.video-info-feat > h4{
	margin-bottom: 10px;
}
.mona-video-info .video-info-feat{
    float: left;
    width: calc(50% - 10px);
}
.mona-video-info .video-info-feat + .video-info-feat{
    float: right;
}
.mona-video-pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.simplePopupClose {
	float: right;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
}
.simplePopupBackground {
	display: none;
	background: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 997;
}

.mona-video-items {
    float: left;
    list-style: none;
    margin: 0;
    width: 100%;
}
.mona-video-items .mona-video-item{
    float: left;
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 48%;
}
.mona-video-items .mona-video-item > a{
    display: table;
    width: 100%;
}
.mona-video-item a:hover,.mona-video-items a:hover{
    text-decoration: none;
    opacity: 0.9;
}

.mona-video-items .mona-video-item-quality {
    float: none;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.mona-video-items .mona-video-item-quality span {
    background: #cc181e;
    color: #fff;
    min-width: 50px;
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: block;
}
.mona-video-items .mona-video-item-url {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ebebeb;
    width: 50%;
    text-align: center;
}
.mona-video-items .mona-video-item-url a {
    font-size: 14px;
    line-height: 140%;
}
.mona-audio-items .mona-video-item-quality span {
	background: #167ac6;
    min-width: 70px; 
}
