html {
    position: relative;
    min-height: 100%;
}


/* Space out content a bit */
body {
    background-image: url("/Unslice/img/background_clear.jpg");
    background-repeat: repeat;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.jumbotron{
    background-color: transparent!important;
    padding: 0px!important;;
}

.pacolabsblock
{
   color: #24ef00!important;
   font-size: 93%;
   width:100%;
 }
.pacolabsinfo
{
   color: #24ef00!important;
   font-size: 93%;
   text-align: center;
    padding-top: 0.3rem;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #FFFFFFC0;
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

.storesButton {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.appstoreButton {
    padding: 10px;
}

img.zoomable {
    cursor: zoom-in;
    border: 1px solid #BBBBBB;
    margin-bottom:10px;
    margin-top:10px;
}


.goodborders {
    border: 1px solid #BBBBBB;
    margin-bottom:15px;
    margin-top:15px;
}
img.gif {
    border: 1px solid #BBBBBB;
    margin-bottom:10px;
    margin-top:10px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.i-am-centered { margin: auto;}

.vid {
    position: relative;
    padding-bottom: 75%;
    padding-top: 0px; height: 0; overflow: hidden;
    border: 1px solid #BBBBBB;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

