﻿#you_tube_container {
    width: 99%;
    height: auto;
    float: left;
    padding: 0;
    background: #FFF !important;
    overflow-x: hidden;
    overflow-y: scroll;
    clear: both;

}

#you_tube {
    width:100%;
    height:453px;
    padding:10px;
    background:#ffffff;
    overflow:auto;
    clear: both;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#you_tube .youTubeThumbContainer {
    width:430px;
    min-height:100px;
    height:auto !important;
    margin:10px 0px 0px 0px;
}
  
#you_tube img.youTubeThumb { border:none; float:left; margin-right:8px; }
    
#you_tube a { color:#569BBE; text-decoration:none; }

#you_tube a:hover { text-decoration:underline; }

#you_tube p {
    margin:0px; 
    padding:0px; 
    line-height:16px;
}


/* RESPONSIVE YOU TUBE LIST */

DIV.contentColumn #you_tube_container {
    width: 99%;
    height: auto;
    float: left;
    padding: 0;
    background: #FFF !important;
    overflow: hidden;
    clear: both;
}
DIV.contentColumn #you_tube {
    width:auto;
    height:453px;
    padding:10px;
    background:#ffffff;
    overflow:auto;
    clear: both;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

DIV.contentColumn #you_tube .youTubeThumbContainer {
    width:45%;
    min-height:100px;
    float:left;
    height:auto !important;
    margin:10px 2% 0px 0px;
}
  
DIV.contentColumn #you_tube img.youTubeThumb { border:none; float:left; margin-right:8px; }
    
DIV.contentColumn #you_tube a { color:#569BBE; text-decoration:none; }

DIV.contentColumn #you_tube a:hover { text-decoration:underline; }

DIV.contentColumn #you_tube p {
    margin:0px; 
    padding:0px; 
    line-height:16px;
}

/* V3 API additions */
.youTubeRowContainer {
    margin-bottom: 5px;
    width: 46%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-bottom: 28%;
    display: inherit;
    position: relative;
    height: auto;
    float: left;
}

DIV.contentColumn .youTubeRowContainer {
    margin-bottom: 5px;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-bottom: 20%;
    display: inherit;
    position: relative;
    height: auto;
    float: left;
}

	.youTubeFeedTitle {position:absolute;  z-index:2; background: rgba(0,0,0,0.4); top:0px; left:0px; width:98%; display:block; padding:1%}
	.youTubeFeedTitle B {color:#FFF; font-size:13px; line-height:130%;opacity: 1.0;}



.phmfbConnectWidgetHeaderTitleuiBoxLightBlue {
    background:#00245D;
    color:#ffffff;          
}

ul.social-icon-list {
    list-style:none;
}

ul.social-icon-list li{
    background:none;
    padding:6px 0px;            
}

