/*  BACKGROUND GRADIENTS */
/*  USAGE Example: @include background-gradient(red, black, vertical) */
/* BACKGROUND SIZE */
/* USAGE Example: @include background-size(100%, 100%); */
/* BOX SIZING */
/* usage example: @include box-sizing(border-box); */
/* POSITION */
/* USAGE EXAMPLE : @include position(absolute, 10px, null, 10px, 10px); */
/* OPACITY */
/* USAGE EXAMPLE : @include opacity(0.2); */
/* Arrows / Triangles */
/* Circle */
/* Not Text */
/* Auto */
/* generic transform */
/* rotate */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/* IMAGES */
/*$img-path: '../images/' !default;



$font-body-base-small:ceil(($font-body-base * 0.75)) !default;*/
/* Font Size */
/*$line-height-base: 1.625em !default;*/
/* COLORS */
/*Common Link Color*/
/*$brand-color-hover : #027BAA;*/
#articleSection {
  display: block;
}
#articleSection .articleContant {
  padding: 20px 20px 20px 10px;
  list-style: none;
}
#articleSection .articleContant a {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
#articleSection .articleContant .mceItemTable {
  border: none !important;
}
#articleSection .articleContant .mceItemTable tbody tr td {
  background-color: #ffffff;
}
