body, button, input, select, textarea {
    font-family: Poppins,Roboto,Arial,sans-serif;
    font-size: 18px;
    color: #0a0a0a;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
blockquote {
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}
h3 {
    font-size: 1.35rem;
    font-weight: 700;
    text-decoration: underline;
}
.su-button-center {
    padding-top: 20px;
    padding-bottom: 20px;
}
.su-spoiler-title {
    color: #03c4eb;
}

h3.su-box  {
  font-size: 25px;
  text-align:center;
  color:#fff
}
.pros h4 {
    text-align: center;
    padding: 5px !important;
    border-bottom: 5px solid #00B834;
    color: #00B834;
}

.cons h4 {
    text-align: center;
    padding: 5px !important;
    border-bottom: 5px solid #BF000A;
    color: #BF000A;
}

.su-box img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.su-box.su-box-style-default {
    border-color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
}
a.cta {
    color: #037695;
    background-color: #fff;
    border-color: #037695;
    border: 1px solid;
    padding: 10px 25px 10px 25px;
    transition: 0.5s;
}
a.cta:hover {
    color: #fff;
    background-color:#037695;
    border: 1px solid;
    padding: 10px 25px 10px 25px;
   transition: .5s box-shadow;
}

span.posted-on {
    display: none;
}
.su-box.su-box-style-default h3 {
    color: #fff;
    text-align: center;
}
.su-box.su-box-style-default h2 {
    color: #fff;
    text-align: center;
}
.su-box-title p {
    display: none;
}
.su-list ul li {
    line-height: 25px !important;
}
.author img {
    margin-left: 10px;
}
span.date {
    display: none;
}
ul.ez-toc-list {
    font-size: 16px !important;
}
div#ez-toc-container a {
    box-shadow: inset 0 -2px 0 rgba(124,141,191,.44);
}
.su-table table {
    margin: auto !important;
    text-align: center;
}
.single-thumbnail.boxed {
    max-width: 890px;
    margin: 0 auto;
}

