/*.tnoc-notification-content {
	position: relative;
	top: -70px;
	left: 70px;
	width: 610px;
}
.tnoc-notification-picture {
	float: none;
}
.tnoc-node-footer {
	clear: both;
	position: relative;
	left: -70px;
	width: 680px;
}*/

.tnoc-notification-content {
	margin: 0 0 0 70px;
}

.tnoc-notification-content .tnoc-node-footer {
	margin: 0 0 0 -70px;
}

.tnoc-notification-content #comments {
	margin: 0 0 0 -45px;
}

.tnoc-status-post .tnoc-status-post-images {
	text-align: left;
}

.tnoc-status-post .tnoc-status-post-link {
	margin: 0 0 10px 0;
}


/*
  FLAGGING
 */

.flag-tooltip {
  width: 500px;
  text-align: left;
  position: relative;
}

.flag-tooltip h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.flag-tooltip p {
  margin-bottom: 10px;
}

.flag-tooltip p.text-right {
    margin-left: 300px;
}

.flag-tooltip .text-right a {
    background: url(/sites/all/themes/frontend/images/buttons/button_size_2.png);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 9px 0 10px 34px;
    width: 167px;
    display: inline-block;
  
}

.flag-tooltip .close {
  position: absolute;
  top: 0;
  right: 0;
}

.flag-tooltip .text-right a:hover {
  background-position: bottom;
}