/* old portal CSS */
#Body {background:url("/AFBackgroundJBLEbackground.jpg") no-repeat top center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.skinWrapper {background:none;}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.column3 {
    float: left;
    width: 33.33%;
}

/* Responsive table css */
.responsiveTable table{
top:0; left: 0; width: 100%; height: 100%;
}

img {
   max-width: 100%;
   height: auto;
}

/*Site Title Alignment*/
@media (min-width: 767.9999px) {
   
   .dma-full-width-centered .skin-title {
    padding-top: 40px;
    padding-left: 10px;
    font-variant: small-caps;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    line-height: 1.1;
}

    .dma-full-width-centered.scroll .skin-title .title-text {
        font-size: 27px!important;
    }

@media (max-width: 767.9999px) {

    .dma-full-width-centered .skin-title {
        font-size: 22px;
        margin-top: 3px;
    }

/*End Site Title*/



