/** General edit in contacts, requisites sections **/
.contacts .container, .requisites .container {
    	width: 80%;
    	margin: auto;
}

/** Section with contacts content **/
.contacts table {
	width: 100%;
	margin: 50px auto 20px auto;
	word-wrap:break-word;
        table-layout: fixed;
}
.contacts table, .contacts table th, .contacts table td {
  	border: 1px solid black;
  	border-collapse: collapse;
}
.contacts table th, .contacts table td {
  	padding: 10px;
}
.contacts table th {
  	text-align: left;
}
.contacts table td a {
  	text-decoration: none;
	color: #206FD8;
}

/** Section with requisites content **/
.requisites table {
	width: 100%;
	margin: 20px auto 50px auto;
	word-wrap:break-word;
        table-layout: fixed;
}
.requisites table, .requisites table th, .requisites table td {
  	border: 1px solid black;
  	border-collapse: collapse;
}
.requisites table th, .requisites table td {
  	padding: 10px;
}
.requisites table th {
  	text-align: left;
}
.requisites table td a {
  	text-decoration: none;
	color: #206FD8;
}