﻿

#vsb_content_501 table {
  border-collapse: collapse;
}
#vsb_content_501 table td{
	padding:10px;
}
/* Apply a default padding if legacy cellpadding attribute is missing */
#vsb_content_501 table:not([cellpadding]) th,
#vsb_content_501 table:not([cellpadding]) td {
  padding: 10px;
}
/* Set default table styles if a table has a positive border attribute
   and no inline css */
#vsb_content_501 table[border]:not([border="0"]):not([style*="border-width"]) th,
#vsb_content_501 table[border]:not([border="0"]):not([style*="border-width"]) td {
  border-width: 1px;
}
/* Set default table styles if a table has a positive border attribute
   and no inline css */
#vsb_content_501 table[border]:not([border="0"]):not([style*="border-style"]) th,
#vsb_content_501 table[border]:not([border="0"]):not([style*="border-style"]) td {
  border-style: solid;
}
/* Set default table styles if a table has a positive border attribute
   and no inline css */
#vsb_content_501 table[border]:not([border="0"]):not([style*="border-color"]) th,
#vsb_content_501 table[border]:not([border="0"]):not([style*="border-color"]) td {
  border-color: #ccc;
}
#vsb_content_501 figure {
  display: table;
  margin: 1rem auto;
}
#vsb_content_501 figure figcaption {
  color: #999;
  display: block;
  margin-top: 0.25rem;
  text-align: center;
}
#vsb_content_501 hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0 0;
}
#vsb_content_501 code {
  background-color: #e8e8e8;
  border-radius: 3px;
  padding: 0.1rem 0.2rem;
}
.mce-content-body:not([dir=rtl]) blockquote {
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
.mce-content-body[dir=rtl] blockquote {
  border-right: 2px solid #ccc;
  margin-right: 1.5rem;
  padding-right: 1rem;
}