﻿#map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    top: +10px;
}

#folioform {
    background-color: #FFF;
    font-family: "Trebuchet MS";
    font-size: small;
}

tbody:empty:before {
    content: 'There are no participating organizations found'; /* Metz on 2/23/2018 Changed text */
}

#info {
    height: 100%;
    width: 100%;
/*    padding: 10px;
    background-color: #eee;*/
    visibility: hidden
}

.bkcolor {
    background-color: #0065D1 !important;
}
 