/* 
    Document   : syschecker
    Created on : 02-Aug-2013, 14:33:03
    Author     : vbalsys
    Description: stylesheet for system checker page
*/

.syschecker-container { width: 100%; }
.syschecker-container iframe { width: 100%; margin: 0; padding: 0; border: none; overflow: visible; }

@media (max-width: 767px) {
    .syschecker-container iframe {
        min-height:250px;
    }
}