﻿.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; }
#txtUrl { outline: 3px solid transparent; 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; transform: scale(1.0) !important; }

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