.blog_container {
  float: left;
    width: 100%;
}

.blog_content {
  float: left;
  width: 1320px;
  margin-left: calc(50% - 660px);
}

.blog_top_article_left {
  float: left;
  margin-right: 25px;
  width: calc(50% - 25px);
  height: 500px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: #666;
  font-family: "Roboto",Arial,Tahoma,sans-serif;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog_top_article_right {
  float: left;
  margin-left: 25px;
  width: calc(50% - 25px);
  height: 500px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: #666;
  font-family: "Roboto",Arial,Tahoma,sans-serif;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog_top_article_left h2,
.blog_top_article_right h2 {
  color: #444;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Raleway",Arial,Tahoma,sans-serif;
}

.blog_top_article_img {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.blog_small_article {
  float: left;
  margin: 20px 0px 20px 0px;
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #666;
  font-family: "Roboto",Arial,Tahoma,sans-serif;
  overflow: hidden;
  padding: 20px;
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
  -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

p {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: #666;
  text-align: left;
  font-family: "Roboto",Arial,Tahoma,sans-serif;
}

ul,
ol {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: #666;
  font-family: "Roboto",Arial,Tahoma,sans-serif;
}

strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #666;
  font-family: "Roboto",Arial,Tahoma,sans-serif;
}

a,
a strong {
  color: #2cabd8;
  text-decoration: none;
}

a:hover,
a strong:hover {
  color: #1d93bd;
  text-decoration: underline;
}

.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.blog_small_article_img {
  float: left;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50vw;
  max-height: 500px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.blog_small_article h2 {
  color: #444;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Raleway",Arial,Tahoma,sans-serif;
}

.blog_small_left_container {
  float: left;
  width: 73%;
}

#blog_date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: #666;
  font-family: "Roboto",Arial,Tahoma,sans-serif;
  margin-top: -10px;
  margin-bottom: 30px;
}

.blog_more_content {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog_more_content h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Raleway",Arial,Tahoma,sans-serif;
  color: #444;
}

.blog_top_article_left {
  float: left;
  width: calc(33% - 30px);
  margin: 15px 15px 0px 0px;
  padding: 0px;
  height: auto;
}

.blog_top_article_middle {
  float: left;
  width: calc(33% - 30px);
  margin: 15px 15px 0px 15px;
  padding: 0px;
  height: auto;
}

.blog_top_article_right {
  float: left;
  width: calc(33% - 30px);
  margin: 15px 0px 0px 15px;
  padding: 0px;
  height: auto;
}

.blog_top_article_img {
  height: 150px;
}

a .blog_top_article_left h2,
a .blog_top_article_middle h2,
a .blog_top_article_right h2 {
  color: #2cabd8;
  text-decoration: none;
}

a .blog_top_article_left h2:hover,
a .blog_top_article_middle h2:hover,
a .blog_top_article_right h2:hover {
  color: #1d93bd;
  text-decoration: underline;
}

.button_paginator_label a {
  color: #666;
}

.button_paginator_label {
  color: #666;
  padding: 11px 20px;
  font-size: 18px;
  float: left;
  margin-left: calc(50% - 100px);
  margin-top: 0px;
  border-radius: 2px;
  -moz-transition: background-color 0.8s ease;
  -webkit-transition: background-color 0.8s ease;
  -o-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
}

.button_paginator_label:hover {
  background-color: #EAEAEA;
}

.button_paginator_label img {
  height: 12px;
  margin-bottom: 3px;
  margin-right: 30px;
}

.blog_news {
  float: left;
  margin: 20px 15px 20px 60px;
  background-color: #FFFFFF;
  width: calc(27% - 135px);
  height: auto;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0;
  font-weight: 500;
  color: #444;
  font-family: "Raleway",Arial,Tahoma,sans-serif;
  overflow: hidden;
  padding: 0px 15px 35px 15px;
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
  -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

.blog_news h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Raleway",Arial,Tahoma,sans-serif;
  color: #444;
}

.blog_news a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Raleway",Arial,Tahoma,sans-serif;
  color: #2cabd8;
}

.blog_news a:hover {
  color: #1d93bd;
  text-decoration: underline;
}

table, td, th {
  border: 1px solid rgb(111, 111, 111);
}

table td{
  padding: 5px;
}

table {
  border-collapse: collapse;
}