.r_wrap h2.nav-tab-wrapper  {
    margin-top: 0;
    margin-bottom: 0!important;
    padding-top: 0px;
    padding-bottom: 0;
}

.add_on_box {
    padding: 20px;
}

#r-dfp-link, #r-ftvc-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #D1D1D1;
    font-size: 18px;
    background-color: #F0F0F0;
}

#wpstv-grid {
   display: flex;
   
   flex-flow: row wrap;
   justify-content: space-around;
   align-items: stretch;
}



#wpstv-trigger-import {
   
    margin-top: 10px;
}

.wpstv-addon-box {
    max-width: 22%;
    margin: 10px 10px 40px 10px;
    text-align: center;
}

.wpstv-tut-box {
    display: block;
    max-width: 27%;
    margin: 10px 10px 40px 10px;
    
    text-align: center;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    transition: 0.7s;
}

.wpstv-tut-box:hover {
    background: #E7E7E7;
    box-shadow: 0.5px 0.5px 0px 0px #000;
}

.wpstv-addon-thumb {
    max-width: 100%;
    margin: 0 0 5px 0;
}

.wpstv-tut-link {
    display: block;
    padding: 10px;
}

.button-wpstv {
    display: block;
    padding: 5px 15px;    
    background: #272727;
    border-color: #474747 #4D4D4D #4D4D4D;
    box-shadow: 0 1px 0 #000;
    color: #fff;
    text-decoration: none;
   
}

.button-wpstv:hover {
    background: #FFFD00;
    color: #000;
    border-color: #474747 #4D4D4D #4D4D4D;
    box-shadow: 0 1px 0 #000;
}

.wpstv-addon-link {
    display: block;
}

#timecodeWrap {
	display: inline-block;
	float: right;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
#timecodeWrap span {
	font-size: 1em;
}
#rovidx-duration-information {
	
	background-color: #2BD180;
	color: rgba(18,18,18,0.94);
	margin: 5px;
	font-size: 1.5em;
	padding: 5px;
	border-radius: 3px;
}
#rovidx-dur-notice {
	color: #50AB9C;
	font-size: 10px !important;
	text-align: center;
	width: 100%;
}