/*-------------Whois---------------------*/
.twz-youtube-video-downloader-lookup-panel {
    max-width: 100rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    text-align: center !important;
}

.twz-youtube-video-downloader-lookup-form-panel {
    max-width: 71rem;
    text-align: center; 
    margin: 0 auto;
}
.twz-youtube-video-downloader-lookup-form-field {
    border-color: #dedfdf !important;
    width: 35rem;
}
.twz-whois-report-table {
    border: none;
}

.twz-youtube-video-downloader-lookup-info {
    max-width: 100rem;
}

@media only screen and (max-width: 600px) {
    .twz-youtube-video-downloader-lookup-form-field {
        width: 100% !important; /* The width is 100%, when the viewport is 800px or smaller */
    }
}
