            p{
                font-family: 'open sans'; 
                font-size: 14px; 
                font-weight:500;

            }

            label{
                font-family: 'open sans'; 
                font-size: 14px; 
                font-weight:600;
                margin-bottom:5px;

                padding:2px 10px 2px 30px;
                background-color:#efefef;
                color:#333;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;

            }

            /*ul{
                list-style-type: none;
            }*/


            dd {
                display: block;
                margin-top: 0em;
                margin-bottom: 1em;
                margin-left: 20px;
                margin-right: 0;
            }

            h1, h2, h3, h4, h5, h6{

                font-family: 'open sans'; 

            }


            table {
                border-collapse: collapse;
            }

            td {
                padding-right: 20px;
                padding-bottom: 8px;
            }

			br{
				display: block;
  				margin: 2px 0;
				content:" ";
			}

            body{
                line-height: none!important;
            }




.alphaHoldStyle{

    float: right;
    margin-right: 20px;
    display: inline-flex;
    margin-top: 2px;


}

.alphaCharStyle{
    padding:6px 3px;

    /*width:20px;*/
    height:27px;
    border:thin solid #CDCDCD; 
    text-align: center; 
    float:right; 
    font-family: open sans; 
    font-size: 11px; 
    font-weight:600; 
    color:#5C5447; 
    cursor:pointer;
    background-color: #EFEFEF;
    margin-right: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}


.alphaCharStyle:hover{
    border-bottom-color: #4586F7;
    background-color: #CDCDCD;
}

.searchCharStyle{
    padding:3px 8px;
    /*width:20px;*/
    height:27px;
    border:thin solid #CDCDCD; 
    text-align: center; 
    float:right; 
    font-family: open sans; 
    font-size: 13px; 
    font-weight:600; 
    color:#5C5447; 
    cursor:pointer;
    background-color: #EFEFEF;
    margin-right: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}


.searchCharStyle:hover{
    border-bottom-color: #4586F7;
    background-color: #CDCDCD;
}





















            .shimStyle{
                height: 20px;
            }

            .searchWrap{
                cursor: default;
                display: flex;
                position: relative;
                margin: 0 15px;
                width: 100%;
                height: 36px;
            }


            .searchInput {
                border: 1px solid #cdcdcd;
                border-radius: 3px;

                 font-family: open sans; 
                font-size: 13px; 
                font-weight:600; 
               
                color: #5C5447;
                padding: 0;
                padding-inline-end: 36px;
                padding-inline-start: 10px;
                width: 100%;
                /*font-size: 15px;*/
            }

            .searchButton{
                background: url('/profiles_/assets/graphics/interface/searchAdd.svg') no-repeat center center;
                background-size: auto auto;
                border-radius: 0 3px 3px 0;
                border: 0;
                width: 36px;
                fill: rgba(12, 12, 13, 0.4);
                -moz-context-properties: fill;
                background-size: 16px 16px;
                height: 100%;
                offset-inline-end: 0;
                position: absolute;
            }

            .searchButton:hover{
                background-color: #EFEFEF;

            }

            .memSearchButton{
                background: url('/profiles_/assets/graphics/interface/search.svg') no-repeat center center;
                background-size: auto auto;
                border-radius: 0 3px 3px 0;
                border: 0;
                width: 36px;
                fill: rgba(12, 12, 13, 0.4);
                -moz-context-properties: fill;
                background-size: 16px 16px;
                height: 100%;
                offset-inline-end: 0;
                position: absolute;
            }

            .memSearchButton:hover{
                background-color: #EFEFEF;

            }












            .datRanButtStyle{
                padding:3px 9px;
                border:thin solid #9B9B9B; 
                border-radius: 4px; 
                text-align: center; 
                float:right; 
                margin: 0 4px 7px 4px; 
                font-family: open sans; 
                font-size: 12px; 
                font-weight:600; 
                color:#5C5447; 
                cursor:pointer;
                background-color: #EFEFEF;
            }


            .searchListStyle{
                width: 100%;
                height:100%;
                


            }

            .searchListItemStyle{
                width: 100%;
                border-bottom: thin solid #CDCDCD;
                background-color: #fff;
                padding: 8px;
                font-family: 'open sans'; 
                font-size: 13px; 
                font-weight:600; 
                color:#5C5447;
                cursor: pointer;
            }


.searchListItemStyle.active{
    background-color: #EFEFEF;
}

/*.searchListItemStyle:hover{
    background-color: #EFEFEF;
}*/


            .searchQ_HoldStyle{

                width: 100%;
                height: 100%;
                /*background-color:#efefef;*/



            }


            .searchUI_HeaderStyle{
                width: 100%;
                height:20px;
                /*border: thin solid #eeeeff;*/
                margin: 15px 0 0px 5px;
                

            }

            .searchUI_HeaderTextStyle{
                font-family: 'open sans'; 
                font-size: 13px; 
                font-weight:600; 
                color:#5C5447;
                float: left;


            }


            .searchUI_HeaderCountStyle{
                font-family: 'open sans'; 
                font-size: 11px; 
                font-weight:600; 
                color:#5C5447;
                float: left;
                margin-left: 7px;
               margin-top: 3px;

            }





            .searchUI_ColContStyle{
                width: 100%;
                height:230px;
                border: thin solid #CDCDCD;
                overflow: auto;
                margin:5px 0 10px 0;
                border-radius: 5px;
                background-color: #fff;
            }


            .list-group-item {
                padding: .40rem 1.25rem !important;
            }


            .searchMenuStyle{
                padding:4px 8px 4px 8px;
                float:right;
                font-family: 'open sans'; 
                font-size: 13px; 
                font-weight:600; 
                color:#5C5447;
                border-top-right-radius: 3px;
                border-top-left-radius: 3px;
                /*margin-top: 5px;*/
                margin-right:-4px;
                cursor:pointer;

            }

             .searchMenuHoverStyle{
                color: #fff;
                background-color: #337AB7;
             }


             .searchMenuStyle_Dis{
                 padding:4px 8px 4px 8px;
                float:right;
                font-family: 'open sans'; 
                font-size: 13px; 
                font-weight:600; 
                color:#9A968F;
                border-top-right-radius: 3px;
                border-top-left-radius: 3px;
                margin-top: 5px;
                margin-right:-4px;
             }



            .answerUIHoldStyle{
                /*height:100px;*/
                margin-left: auto;
                margin-right: auto;
                margin-top:8px;
                display:inline-block;
                text-align:left !important;
               
            }


            .multiSelStyle{

                width: 698px;
                color: #666; 
                font-family: 'open sans'; 
                font-size: 16px; 
                font-weight:600; 
                margin-left: auto;
                margin-right: auto;
            }



            .searchLabelStyle{

                color: #666; 
                font-family: 'open sans'; 
                font-size: 14px; 
                font-weight:600; 
                line-height: 12px;
                margin-top:15px;

            }

            .calsHoldStyle{

                width:440px;
                height:50px;
                margin-left: 170px;
                margin-right: auto;
                margin-top:10px;
                
            }



.calHoldStyle{

    width:200px;
    height:50px;
    float:left;
    margin: 0 15px 0 5px;

}

.calLabHoldStyle{

    width:200px;
    height:20px;
    color: #666; 
    font-family: 'open sans'; 
    font-size: 12px; 
    font-weight:600; 
    /*margin-bottom:5px;*/

}


.searchButtStyle{
    padding:3px 9px;
    border:thin solid #9B9B9B; 
    border-radius: 4px; 
    text-align: center; 
    float:right; 
    margin: 0 4px 7px 4px; 
    font-family: open sans; 
    font-size: 12px; 
    font-weight:600; 
    color:#9B9B9B; 
    cursor:pointer;
    background-color: #eee;
}



.bbMapPrimeButtHoverStyle{
    background-color: #3871a0; 
    color:#fff;
}

.bbMapButtHoverStyle{
    background-color: #ccc; 
    color:#fff;
}


.k-multiselect-wrap>.k-input {
   font-family: 'open sans'; 
    font-size: 13px; 
    font-weight:600;
    color:#777777;
}
 
.k-multiselect-wrap>.k-input:focus {
  font-family: 'open sans'; 
    font-size: 13px; 
    font-weight:600; 
    color:#777777;
}



/*.contentStyle {
    /*min-height: 750px;*/
    text-align: left;
   
    border-width: 1px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-top: 30px;
    position: relative;
    z-index: 12;
    float: right;
    background-color: white;
    /*width: 690px;*/
}*/






            .wrapper{
                width:100%;
                height: 100%;
                z-index: 100;
            }

            #pageWrapper{

                position: relative;*/
                margin: 0 auto 0 auto;
                margin-left:auto;
                margin-right:auto;
                width: 952px;
                z-index: 2;

            }

            .toolBannerStyle{
                width:100%;
                background-color:#EFEFEF;
                z-index: 2;
                position: fixed;
                display: inline-block;
               
            }

            .logoHoldStyle{
                width:100px;
                height:100px;
                float:left;
                padding:10px;  
            }

            

            /*.topTitleStyle{

                width:735px;
                padding:5px 0 10px 16px;
                background-color:#6E7C7F;
                color:#fff;
                font-family: 'open sans'; 
                font-size: 40px; 
                font-weight:600;
                border:thin solid #fff;
            }*/

            .pageTitleHolder{
                
               
                display: inline-block;

            }

            

            .pageTitleStyle{
                
                /*font-family: 'open sans'; */
                font-size: 40px; 
                font-weight:400;
                color:#343A40;
                line-height:40px!important;
                margin: 10px 0 10px 20px;
                letter-spacing: 0.0125em;
                text-align: left;
                float: left;
            }

            .pageTitleCountStyle{
                
                font-family: 'open sans'; 
                font-size: 16px;
                font-weight:600;
                color:#2E2E2E;
                float:left;
                margin:24px 0 0 6px;

            }

            .homeButtonStyle{
                width:33px;
                height:33px;
                position: absolute;
                right:10px;
                bottom:10px;
                cursor: pointer;
                background-image: url('/profiles/assets/graphics/interface/homeIcon_webNav.png');
                background-repeat: no-repeat;
                background-position: 0px;
            }

            .projButtonStyle{
                width:33px;
                height:33px;
                position: absolute;
                right:50px;
                bottom:10px;
                cursor: pointer;
                background-image: url('/profiles/assets/graphics/interface/projProfIcon_webNav.png');
                background-repeat: no-repeat;
                background-position: 0px;
            }

            .prodButtonStyle{
                width:33px;
                height:33px;
                position: absolute;
                right:50px;
                bottom:10px;
                cursor: pointer;
                background-image: url('/profiles/assets/graphics/interface/dataProdIcon_webNav.png');
                background-repeat: no-repeat;
                background-position: 0px;
            }

            .memButtonStyle{
                width:33px;
                height:33px;
                position: absolute;
                right:10px;
                bottom:10px;
                cursor: pointer;
                background-image: url('/profiles/assets/graphics/interface/membIcon_webNav.png');
                background-repeat: no-repeat;
                background-position: 0px;
            }










            .noResultsMessageStyle{
                width:190px;
                font-family: 'open sans'; 
                font-size: 30px; 
                font-weight:600;
                padding:10px 20px;
                color:#ddd;
                border:thin solid #ddd;
                margin-left:auto;
                margin-right:auto;
                margin-top:250px;
                text-align: center;
                line-height: 36px;
            }


            .menuHolderStyle{

                float:right;
                /*margin-top:3px;*/
                margin:1px 15px 0 0;

            }

            .menuStyle{
                /*font-family: 'open sans'; 
                font-size: 20px; 
                font-weight:600;*/
                float: right;
            }

            .navTabHoldStyle{
                height: 28px;
                /*position:relative;*/
                margin-left:15px;
            }


            .navHolderStyle{
                height: 30px;
               /*box-shadow: 0 2px 3px 1px rgba(32, 32, 32, 0.4);*/
                border-bottom:thin solid #CDCDCD;
                padding:0px 0 0 10px;
                background-color: #efefef;
            }

            .navItemStyle{
                
                padding:6px 15px 6px 15px;
                background-color:#D1D1D1;
                color:#000;
                font-family: 'open sans'; 
                
                font-weight:600;
                float:left;
                margin-left:2px;
                cursor: pointer;
                /*border-top-left-radius: 3px;
                border-top-right-radius: 3px;*/
               border-bottom: 1px solid #000;

            }

            .navItemStyle:hover{
                background-color:#337AB7;
                color:#fff;
                border-bottom: 2px solid #E2903C;
            }


            .navItemStyle.active{
                color:#fff;
                background-color:#337AB7;
                border-bottom: 2px solid #E2903C;
            }

            .navItem_TitleStyle{
                float:left;
                font-size: 16px; 
            }

            .navItem_CountStyle{
                float:left;
                font-size: 13px;
                margin-left: 8px;
            }


            .contentHoldStyle{
                width: 100%;
                


                height:calc(100vh - 147px);
                overflow: hidden;
                position: absolute;
                top: 147px;


            }


            #panelbar .k-content {
                padding: 15px 15px 20px 20px;
            }

            .ra-well-title {
                font-size: 1.2857em;
                line-height: 1.2857em;
                border-bottom: 1px solid #e7e7e7;
                margin: -5px -19px 0.8333em;
                padding: 0 19px 0.7222em;
            }

            .contentHolderStyle{
    			margin-bottom:10px; 
    			background-color:#ddd; 
    			padding:8px 15px 8px 15px; 
    			cursor:pointer
            }

            .nameHolderStyle{
                font-family: 'open sans'; 
        		font-size: 20px; 
        		font-weight:600;
        		margin-bottom:8px;
            }

            .titleHolderStyle{
                font-family: 'open sans'; 
        		font-size: 14px; 
        		font-weight:500;
            }


            .alphaListHoldStyle{
            	margin-top:50px;
            }


            .navButtHolder{
                text-align: center;
                margin-bottom:20px;
            }

            .butt{
                font-family: 'open sans'; 
                font-size: 16px; 
                font-weight:600;
                color:#FFF;
                cursor:pointer;
            }
             
            .spacing-top{
                margin-top:2px;    
                margin-left: 2px;     
            }

            .spacing_10{
                margin-top:10px;
            }


            .homeTemp{

                padding:40px 15px;
                text-align: center;
                margin-top:30px;

            }


            .projSummHoldStyle{
                padding:10px
            }

            .projSummLabStyle{
                font-family: 'open sans'; 
                font-size: 14px; 
                font-weight:600;


            }

            .contRel{
                position:relative;
            }

           /* .contAbs{
                position:absolute;
                /*height:calc(100vh - 145px);*/
                background-color: #fff;
                top:0;
                z-index: 50;
                opacity: 0;
                overflow:hidden;
            }*/

           

            .searchHolderStyle{
                width:100%;
                height:0;
                opacity: 0;
                overflow:auto;
                background-color: #F6F6F6; 
                margin-bottom: 1px; 
               border-bottom: 5px solid #6E7B7F;
                
            }



            .searchWindowStyle{
                background-color: #F6F6F6;
                display:block;
                height:340px;
                opacity:0;
                overflow: auto;
                padding: 5px 40px 8px 40px;
            }

            .memSearchWindowStyle{
                background-color: #F6F6F6;
                display:block;
                height:72px;
                opacity:0;
                overflow: auto;
                padding: 5px 40px 8px 40px;
                border-bottom: 1px solid #CDCDCD;
            }


            .searchWindowHeadStyle{
                height:30px;
                margin: 10px 0 20px 0;
                background-color:#EFEFEF;
                border-top: thin solid #CDCDCD;
                border-bottom: thin solid #CDCDCD;
            }

            .searchWindowFootStyle{
                height:50px;
                background-color:#F6F6F6;
                border-bottom: thin solid #CDCDCD;
                padding-right:60px;
            }

            .searchWindowHeadLabelStyle{
                font-family: 'open sans'; 
                font-size: 14px; 
                font-weight:600;
                color:#000;
                float: left;
                margin:12px 0 0 10px;

            }

            .searchWindowCloseStyle{

                height: 18px;
                width:18px;
                float:right;
                cursor: pointer;
                margin: 6px 20px 0 0;
            }


            .searchComponentHoldStyle{

                height: 292px;
                width: 700px;
                margin: 0 10px 10px 10px;
                overflow: auto;
                margin-left: auto;
                margin-right: auto;
                margin-bottom:15px;
                padding: 0px 20px 20px 20px;
                border:thin solid #C7C7C7;
                background-color: #efefef;
                display: block;

            }

            .searchSubmitButtonHoldStyle{
                /*border:thin solid #444;*/
                /*width:500px;*/
                height:30px;
                margin:0 100px 10px 10px;
                

            }

            /*.ppDisTopStyle{
                height:26px; 
                border-bottom:thin solid #cdcdcd;
                border-top:thin solid #cdcdcd;
                background-color:#EFEFEF;
            }

            .ppDisBotStyle{
                height:26px; 
               border-bottom:thin solid #cdcdcd;
                background-color:#EFEFEF;
            }

            .ppDisCloseStyle{

                height: 18px;
                width:18px;
                float:right;
                cursor: pointer;
                margin: 6px 5px;

            }

            .ppDisTopTitleStyle{
                color:#5C5447;
                float:right;
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                margin:4px 3px 0 0;
                border-right: thin solid #5C5447;
                padding-right:10px;

            }*/


          /*  .ppDisContentHoldStyle{

                width:100%;
                height:900px;
                overflow-y: auto;
                overflow-x: hidden;
            }*/

            #ppDisContent{
                opacity: 0;
            }

            .identify{

                height:20px;
                border:thin solid #444;
            }



            .alphaContHoldStyle{
                width:745px;
                height:702px;
                overflow: hidden;
            }

            .alphaContHoldLeftStyle{
                width:745;
                height:100%;
                background-color:#E9E9E9;
                float:left;
                overflow: auto;
            }

            .alphaContHoldRightStyle{
                
                width:745px;
                height:26px;
                margin:5px 0 4px 1px;
               
            }

            .alphaContHeaderStyle{
                height:20px;
                padding-left:35px;
            }

            .alphaContHeaderTextStyle{
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                float:left;
            }

    

            .alphaIndexHoldStyle{
                width: 735px;
                height: 28px;
                background-color:#6E7C7F;
                color:#efefef;  
                padding:0px 0px 0px 10px;
            }

            .alphaIndexStyle{
                width:19px;
                height:28px;
                font-family: 'open sans'; 
                font-size: 16px; 
                font-weight:600;
                line-height: 26px;
                float:left;
                border-right:thin solid #efefef;
                margin-right:10px;
            }

            .alphaIndexHeadStyle{
                font-family: 'open sans'; 
                font-size: 10px; 
                font-weight:600;
                line-height: 26px;
                color:#fff;
                float:left;
            }

       

            .alphaNameStyle{
                overflow:auto;
                border-top:thin solid #aaa;
                padding:8px 0 5px 45px;
            }

            .alphaLetterStyle_LG{
                height: 25px;
                font-family: 'open sans'; 
                font-size: 13px; 
                font-weight:600;
                cursor: pointer;
                border-right:thin solid #efefef;
                color:#efefef;
                text-align: center;
                line-height: 22px;
                float:left;
                background-color: #6E7C7F;
                padding: 0 10px 0 9px;
            }

            .alphaLetterStyle_LG:hover{
                background-color: #bbb;
            }

            .nameHeadStyle{
                width:190px;
                font-family: 'open sans'; 
                font-size: 11px; 
                font-weight:500;
                color:#fff;
                line-height: 13px;
                float:left;
                margin-top:10px;
            }

            .nameHoldStyle{
                height:19px;
                width:190px;
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                cursor: pointer;
                color:#444;
                line-height: 13px;
                float:left;
            }


            .orgHeadStyle{
                width:295px;
                font-family: 'open sans'; 
                font-size: 11px; 
                font-weight:500;
                cursor: pointer;
                color:#fff;
                line-height: 13px;
                float:left;
                margin-top:10px;
            }


            .orgHoldStyle{
                height:19px;
                width:295px;
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                cursor: pointer;
                color:#444;
                line-height: 13px;
                float:left;
            }


            .projHeadStyle{
                font-family: 'open sans'; 
                font-size: 11px; 
                font-weight:500;
                cursor: pointer;
                color:#fff;
                line-height: 13px;
                float:left;
                margin-top:10px;
            }


            .projHoldStyle{
                width:190px;
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                cursor: pointer;
                overflow:auto;
                color:#444;
                line-height: 13px;
                float:left;

            }

            .projItemStyle{
                height:22px;
                width:190px;
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                cursor: pointer;
                color:#444;
                line-height: 13px;
            }


            .slideMenuTopHoldStyle{
                /*width:750px;*/
                height:26px;
                background-color:#6E7C7F;
                margin-top: 5px;
            }

            .slideMenuBotHoldStyle{
                /*width:750px;*/
                height:26px;
                background-color:#6E7C7F;
                margin-top: 1px;
            }


            .navHoldStyle{
                width:710px;
                height:26px;
                float:left;
               
            }

            .navStyle{
            height:26px;
            width: 708px;
            display:inline-flex;
            white-space: nowrap;
            overflow-x: auto;

            }


            .slideMenuItemStyle{
                margin-right:1px;
                float: left;
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                cursor: pointer;
                color:#efefef;
                padding: 4px 15px 4px 15px;
                border-right:thin solid #fff;
            }


            .slideMenuItemStyle:hover{
                background-color: #5E6B6D;
            }


            .slideMenuRightButtStyle{
                width:20px;
                height:26px;
                background-color: #6E7C7F;
                float: left;
            }

            .slideMenuRightButtStyle:hover{
                background-color: #5E6B6D;
            }

            .slideMenuLeftButtStyle{
                width:20px;
                height:26px;
                background-color: #6E7C7F;
                float: left;
            }


            .slideMenuLeftButtStyle:hover{
                background-color: #5E6B6D;
            }


            .projectsHoldStyle{
                height:100%;
                margin-top: 4px;
                overflow-y:auto;
                overflow-x:hidden;
                display: block;

            }

            .projectItemStyle{
                /*width:748px;*/
                /*border:thin solid #444;*/

            }

            .projectHeaderHoldStyle{
                height:40px;
                /*border:thin solid #aaa;*/

            }

            .themeIndexStyle{
                height:28px;
                font-family: 'open sans'; 
                font-size: 16px; 
                font-weight:600;
                line-height: 26px;
                float:left;
                margin-left:10px;
                color:#5C5447;
            }

            .projCountStyle{
                height:28px;
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                color:#35291F;
                line-height: 28px;
                float:left;
                margin-left:10px;
                /*border-left:thin solid #444;*/
                /*padding-left:10px;*/
            }

            .projectDescHoldStyle{
                width: 100%;
                padding:10px 10px 10px 60px;
                border-top:thin solid #CDCDCD;
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:500;
                background-color: #f6f6f6;
                color: #666;
                display: inline-flex;
            }

            .projectDescHoldStyle:hover{
              background-color: #f0f0f0;
            }

            .themeHoldStyle{
                height: 35px;
                border-top:thin solid #CDCDCD;
                background-color:#EFEFEF;
                padding:8px 8px 3px 32px;
                margin-top:5px;
            }

            .columnTitleHoldStyle{
                height: 24px;
                /*border-top:thin solid #ddd;*/
                background-color:#EFEFEF;
                padding:3px 8px 3px 10px;

            }


            .columnTitle_1_Style{
                height:13px;
                font-family: 'open sans'; 
                font-size: 11px; 
                font-weight:600;
                color:#747474;
                float:left;
                margin-left:47px;
            }




            .projNameTitle_Style{
                /*display: inline-block;*/
                width:100%;
                float: left;
                margin-right: 10px;

            }

            .projJoinFund_Style{
                display: inline-flex;
                width:230px;
               
                float: right;
            }

            .status_Style{
                width:130px;
               
                float: right;
                border-left:thin solid #444;
            }




             .projName_Style{
                /*height:13px;*/
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                color:#5C5447;
                width: 100%;
                margin:0 0 5px 0px;
              
            }

            .projTitle_Style{
                /*height:13px;*/
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:500;
                color:#5C5447;
                 width: 100%;
                margin:0 0 5px 0px;
            }


            .columnTitle_2_Style{
                width:146px;
                /*height:13px;*/
                font-family: 'open sans'; 
                font-size: 10px; 
                font-weight:600;
                color:#747474;
                float:right;
                /*border-left:thin solid #444;*/
                text-align: center;
            }

            .columnTitle_3_Style{
                width:50px;
                /*height:13px;*/
                font-family: 'open sans'; 
                font-size: 10px; 
                font-weight:600;
                color:#747474;
                float:right;
                /*border-left:thin solid #444;*/
               text-align: center;
            }


            .memOrgProj_Style{
                display: inline-flex;
                /*width:230px;*/
               
                float: right;
            }



            .memColumnContent_2_Style{
                width:250px;
                /*height:13px;*/
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                color:#5C5447;
                float:right;
                border-left:thin solid #444;
                text-align: center;

            }

            .memColumnContent_3_Style{
                width:250px;
                /*height:13px;*/
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                color:#5C5447;
                float:right;
                border-left:thin solid #444;
               text-align: center;
            }




            .memColumnTitle_2_Style{
                width:250px;
                /*height:13px;*/
                font-family: 'open sans'; 
                font-size: 10px; 
                font-weight:600;
                color:#747474;
                float:right;
                /*border-left:thin solid #444;*/
                text-align: center;
            }

            .memColumnTitle_3_Style{
                width:250px;
                /*height:13px;*/
                font-family: 'open sans'; 
                font-size: 10px; 
                font-weight:600;
                color:#747474;
                float:right;
                /*border-left:thin solid #444;*/
               text-align: center;
            }





            .columnContent_2_Style{
                width:130px;
                /*height:13px;*/
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                color:#5C5447;
                float:right;
                border-left:thin solid #444;
                text-align: center;

            }

            .columnContent_3_Style{
                width:50px;
                /*height:13px;*/
                font-family: 'open sans'; 
                font-size: 12px; 
                font-weight:600;
                color:#5C5447;
                float:right;
                border-left:thin solid #444;
               text-align: center;
            }


















            .columnTitle_4_Style{
                height:13px;
                font-family: 'open sans'; 
                font-size: 11px; 
                font-weight:500;
                color:#5C5447;
                float:right;
                
                border-left:thin solid #444;
                padding:0 49px 0 15px;
            }


        @media (max-width:321px){

                .smallTitle{
                    font-family: 'open sans'; 
                    font-size: 13px; 
                    font-weight:600;
                }

                .containerSmall{
                    padding-left:0;
                    padding-right:0;
                    padding-bottom:0;
                    margin-right: 0;
                    margin-bottom:0;
                    margin-left:0;
                    overflow: hidden;
                    

                }

                .wellSmall{
                    padding:10px 0 0 0;
                    overflow: hidden;
                }

                .wellTitleSmall{
                    font-family: 'open sans'; 
                    font-size: 13px; 
                    font-weight:600;
                    margin-left:.5em;
                }

                .alphaContHoldSmallStyle{
                    margin-top:-11px;
                }

                .alphaLetterStyle_SM{
                    width: 100%;
                    height: 15px;
                    font-family: 'open sans'; 
                    font-size: 10px; 
                    font-weight:500;
                    cursor: pointer;
                    border-top:thin solid #efefef;
                    color:#efefef;
                    text-align: center;
                    line-height: 13px;

                }

                .alphaContHoldStyle{
                    border:thin solid #ccc;
                    width:100%;
                    height:395px;

                }



                

            }

             @media (max-width: 767px) {
                
                .yummy{
                    border:thin solid #444;
                    margin-bottom:5px;
                }

            }
