/* WebSite Custom CSS*/
.newbox {
    line-height:2em;
}
.bottominfo {
    /*position: relative;*/
    background-color:Olive ;
    color:white;
    padding: 0 0 0 0;
    border-top: 1px solid lightgrey;
}

.bottominfo .p {color:white;}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.wd-block-wrap .row {
    margin: 0 0 0 0;
    padding: 0;
}

.wd-block .row {
    margin: 0 0 0 0;
    padding: 0;
}
/* End WebSite Custom CSS*/
.navbar {
                margin-bottom: 0 ;
                border-radius: 0 ;
                -moz-border-radius: 0 ;
}
.padwide {
    padding-left:0px;
    padding-right:0px;
}
.tresponsive {
    max-width: 100%;
    height: auto;
}
.none {
        visibility: hidden;
}
.isz {
    font-size:18px;
}
.builder_help_message {
    visibility: hidden;
    height:0;
}



/* Header Custom CSS*/
.bloglogo {
    display:none;
}

.navbarmenu {
    font-size:16px;
    font-family:Arial;
}

/*
#navbar {
    position:absolute;
    top:50px;
    z-index:2;
    width:100%;
}
*/
/* End Header Custom CSS*/

