#FB_Feed *{
	margin-left:0;
	padding-left:0;
}

#FB_Feed {
	width: 100% !important;
    height: 695px;
    overflow: hidden;
    margin-bottom: 0px; 
    display:block; 
}

/* The page heading */

#FB_Feed h1{
	font-size: 1.2em;
	color:#575757;
	text-shadow:2px 2px 0 rgba(0,0,0,0.15);
	position: relative;
	text-align: center;
	margin-bottom: 0px;
}

/* The "on Facebook" label */
#FB_Feed h2 a:link {
    color: #455348;
    font-weight:bold;
}

#FB_Feed hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#FB_Feed h1 span{
	background-color: transparent;
	bottom: -45px;
	color: white;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	margin-left: -130px;
	padding: 6px 15px;
	position: absolute;
	text-shadow: none;
	white-space: nowrap;
	width: 100px;
	
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

/* The wall post items */

#wall {
	position: relative;
 	width: 100% !important;
    height: 685px;
    overflow-y: auto;
	overflow-x: hidden; 
	padding-top: 5px;
	padding-left: 8px;
    padding-right: 8px;
	top: 0px;
    left: 0px;
}

blockquote.twitter-tweet {
    font-family: 'BenchNine', sans-serif;
}

blockquote.twitter-tweet img {
	border: 1px solid #000;
}

.facebookWall li{
	background: url('/web/20161029160949oe_/http://www.cadetcommand.army.mil/res/img/divider.png') no-repeat center bottom;
	list-style: none;
	margin-bottom: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	position: relative;
}

.facebookWall a {
    font-family: 'BenchNine', sans-serif;
}

/* The user/page avatar */

.facebookWall li img.avatar{
	float:left;
}

/* The user/page name */

.facebookWall h2{
	font-size:1em;
	font-weight:normal;
	margin-bottom: 5px;
}

/* The .status div container */

.facebookWall .status{
	width: 100% !important;
	padding-left: 0px;
}

/* Link share attachment */
.facebookWall p {
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.4;
}

.facebookWall .attachment{
	font-size: 12px;
	margin-top: 14px;
	overflow: hidden;
	padding-left: 0px;
}

.facebookWall .attachment-data{
	display:table-cell;
	vertical-align:top;
}

.facebookWall img.picture{
	float:left; 
    border: 1px solid #000; 
	margin-right: 5px;
    height: 132px;
    width: 132px;
}

.facebookWall .message {
	color: #333;
	font-size: 0.9em;
    line-height: 1.2;
	padding-top: 0px;
    padding-bottom: 5px;
}

.facebookWall .name {
	color: #698961;
	font-size: 1.2em;
    line-height: 1.2;
	padding-top: 0px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.facebookWall .caption {
	color: #ecb731;
	font-size: 1.2em;
    line-height: 1.2;
	padding-top: 0px;
    padding-bottom: 5px;
}

.facebookWall .description {
	color: #666;
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
}

/* Posted date/time, number of likes and comments */

.facebookWall p.meta{
	color: #BBBBBB;
	font-size: 0.8em;
	padding-top: 0px;
    padding-bottom: 20px;
}

/* Generic demo page styles */

#FB_Feed a, a:visited {
	text-decoration:none;
	outline:none;
	color:#455348;
}

#FB_Feed #footer{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
	z-index: 100000;
}

#FB_Feed #footer h2{
	font-size:20px;
	font-weight:bold;
	left:50%;
	margin-left:-400px;
	padding:22px 0;
	position:absolute;
	width:400px;
	color:#eee;
}

#FB_Feed #footer a.tzine,a.tzine:visited{
	background:url("/web/20161029160949oe_/http://www.cadetcommand.army.mil/res/img/tzine.png") no-repeat right top;
	border:none;
	text-decoration:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
}