﻿.page-title-text { cursor: default !important; }
.url-textbox-holder { display: block; clear: both; padding-bottom: 20px; }
    .url-textbox-holder .form-control { display: block; clear: both; margin-bottom: 10px; }
    .url-textbox-holder::after { content: ""; display: block; clear: both; }
#full-article-holder { margin-top: 25px; }
.full-rss-article { padding-top: 0 !important; }
.youtube-iframe { border: 1px solid rgba(0, 0, 0, 0.1); width: 100%; height: 450px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#txtUrl { outline: 3px solid transparent; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
    #txtUrl.required-control { outline: 3px solid #BF2626; }
.btn.btn-cancel:disabled { background-color: #AAA !important; color: #DDD !important; border: 1px solid #BBB !important; cursor: default !important; text-shadow: none !important; -webkit-transform: scale(1.0) !important; -ms-transform: scale(1.0) !important; -moz-transform: scale(1.0) !important; transform: scale(1.0) !important; }

@media screen and (max-width: 500px) {
    .youtube-iframe { height: 275px; }
}