﻿body.public-master { padding-top: 50px; padding-bottom: 20px; }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
body.public-master .body-content { padding-left: 15px; padding-right: 15px; }

/* Carousel */
body.public-master .carousel-caption p { font-size: 20px; line-height: 1.4; }

/* Make .svg files in the carousel display properly in older browsers */
body.public-master .carousel-inner .item img[src$=".svg"] { width: 100%; }

/* QR code generator */
body.public-master #qrCode { margin: 15px; }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    body.public-master .carousel-caption { display: none; }
}

/* Rules below this line apply to private administration dashboard theme and other internal pages */
.user-info-list li {width:100%;text-align:center;}
table.query-controls { display: table }
table.query-controls th, table.query-controls td { padding: 5px; }

.test-query-buttons{ display:inline-block}

.query-data-table-wrapper { border:1px solid #9f9f9f; border-radius:3px; overflow-x: auto; max-width: 2000px; }

