
* {
 margin: 0px;
 padding: 0px;
 }
body {
 font-family: Tahoma,Verdana;
 font-size: 15px;
 line-height: 23px;
 width: 100%;
 }
 p{
 text-align: justify;   
}
#tableBody {
 width: 100%;
 }
.tdLeft, .tdRight {
 }
.tdCenter {
 width: 1000px;
 }
a {
 color: rgb(10, 120, 194);
 outline: medium none;
 text-decoration: underline;
 font-weight: 900;
 }
a:hover {
 text-decoration: none;
 }
p {
 margin: 0px 0px 11px;
 }
strong, b {
 font-weight: bolder;
 }
img {
 border: medium none;
 }
h1 {
 margin: 0px;
 font-size: 29px;
 line-height: 120%;
 font-weight: 100;
 }
  #link-red {
    background: red;
    color: #fff!important;
    padding: 19px;
    border-radius: 15px;
    box-shadow: 3px 7px grey;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
  }
  #link-red:hover {
    box-shadow: 1px 3px grey;
    background: #D81212;
  }
   #link-red a {
   	color:#fff!important;
   }
.container {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
}

#header {
	margin: 0px auto;
	max-width: 1000px;
	width: 100%;
}
.left-column {
 max-width: 570px;
	width: 94%;
 background: white none repeat scroll 0% 0%;
 box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
 margin: 20px auto 10px;
 padding: 3%;
 margin-top: 0;
 }
.footer {
 width: 100%;
 background: rgb(22, 141, 226) none repeat scroll 0% 0%;
 padding: 50px 0px;
 }
.footer a {
 color: rgb(255, 255, 255);
 font-size: 10px;
 text-decoration: none;
 }
.vk-container {
 font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
 font-size: 15px;
 color: black;
 text-decoration: none;
 }
 #report_post {
 	margin-top: -7px;
 }
.vk-header {
 background: rgb(218, 226, 232) none repeat scroll 0% 0%;
 padding: 11px 4px 12px 6px;
 margin-bottom: 10px;
 }
.vk-logo {
 width: 16px;
 height: 16px;
 float: right;
 margin-top: -1px;
 }
.vk-header-text {
 padding: 2px 3px 1px;
 line-height: 100%;
 color: rgb(69, 104, 142);
 font-weight: bold;
 }
.vk-avatar img {
 float: left;
 margin-right: 10px;
 }
.vk-comment, .vk-comment-load {
 margin-bottom: 15px;
 position: relative;
 border-bottom: 1px solid rgb(218, 225, 232);
 padding-bottom: 15px;
 }
.vk-comment:last-child {
 border-bottom: 0px none;
 }
.vk-comment-name {
 color: rgb(43, 88, 122);
 font-weight: bold;
 font-size: 12px;
 }
.vk-comment-text {
 margin-left: 60px;
 }
.vk-comment-date {
 margin-left: 60px;
 color: rgb(153, 153, 153);
 }

img {
	max-width: 100%;
}