/* utils */

.edmFloatRight {
    float: right;
}

/* appearance */

.social-links {
  display: none;
}

.logo {
  font-size: 14px;
}

#topbar, .footer, footer {
  background: hsl(207, 100%, 9%);
}
footer a,
footer a:link,
footer a:visited,
footer p,
#topbar > .container a {
  color: hsl(0, 0%, 83%);
   font-size: 15px;
   margin-left: 1.1em;
}
footer a,
#topbar > .container a {
  white-space: nowrap;
}
#topbar nav a {
   display: inline-block;
   padding: 1.2ch 0 1.5ch;
}
@media (max-width: 700px) { /* else, on just one line, and can click w mouse */
  footer p a {
     display: inline-block;
     padding: 1ch 0;
  }
}
#topbar .logo-slogan img {
  width: 40px;
  display: inline;
  margin: 0 10px 0 0;
  padding: 1px;
  vertical-align: middle;
  top: -2px;
  position: relative;
}

.tw_ForL + .tw_ForL::before {
    content: "/";
    display: inline-block;
     margin-right: 0.55ex;
    font-weight: normal;
    color: #999;
}
.tw_ForL + .tw_ForL {
    margin-left: 0.2ex !important;
}

@media (max-width: 350px) {
  #topbar .logo-slogan {
    display: none;
  }
}
@media (max-width: 550px) {
  #topbar .logo,
  #topbar .icon-github-circled:before {
    display: none;
  }
}

.esActiveHeaderLink:not(.logo-slogan) {
  font-weight: bold;
  text-decoration: underline;
  cursor: default;
}

footer {
  padding: 28px 0 24px;
}
footer p {
  margin: 0 0 5px;
}

#sidebar {
  float: right;
  width: 280px;
  margin: 0 0 20px 30px;
  padding: 0;
  text-align: center;
}

#sidebar > * { margin-bottom: 2.5em; }

#sidebar a { color: hsl(5, 100%, 30%) !important; }
#sidebar a:visited { color: hsl(5, 30%, 30%) !important; }

#sidebar small { color: inherit;  font-size: 75%;  letter-spacing: 1px; }

#sidebar img { width: 100%;  margin: 0 auto 1.8em auto; }
#sidebar figure { margin-left: 0;  margin-right: 0; }
#sidebar figcaption { margin-top: 1em;  font-style: italic;  font-size: 18px; }

#sidebar li {
  margin: 1.4em 0;
  font-size: 22px;
  line-height: 130%;
  list-style-type: none;
}

@media (max-width: 980px) {
  #sidebar {
    width: 190px;
  }
}

/* 500px wide layout, mainly for mobile phones in landscape orientation. */
@media (max-width: 767px) {
  /* Move the sidebar from the side to inside the text. */
  #sidebar {
    position: static;
    float: right;
    max-width: 46%;
    margin-top: 35px;
    padding-left: 10px;
  }
}


/* CSS Tabs
============================== */

.homepage form.tw_CssTabs {  /* undo 'form' styles */
    margin: auto;
    width: auto;
    max-width: 100%;
}

.tw_CssTabs input {
  display: none;
}
.tw_CssTabs_Tabs {
  display: flex;
  flex-direction: column;
  float: left;
  z-index: 1; /* or, on mobile, the tab panel divs somehow overlay the tabs and steal clicks */
}
.tw_CssTabs_Tabs_Tab {
    flex: 1;
    min-height: 60px;
    margin: 0 0 24px;
    /*box-shadow: hsl(0, 0%, 59%) 5px 6px 16px;*/
    padding: 20px 20px 0;
    cursor: pointer;
    opacity: 0.82;
    outline: 3px solid hsl(337, 100%, 89%);
}
.tw_CssTabs_Tabs_Tab .tw_h3 {
    margin-top: 0;
    font-size: 22px;
    color: hsl(337, 90%, 54%); /*hsl(0, 0%, 24%);*/

    display: block;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 15px;
}
.tw_CssTabs_Tabs_Tab:hover {
    outline: 3px solid hsl(337, 100%, 88%);
    opacity: 1;
    background: hsl(337, 100%, 98.5%);
}

.tw_CssTabs_ContL_Cont {
  display: none;
}

.tw_CssTabs
     input:nth-child(2):not(:checked)
     + input:nth-child(3):not(:checked)
     ~ .tw_CssTabs_Tabs .tw_CssTabs_Tabs_Tab:nth-child(1),
.tw_CssTabs input:nth-child(1):checked ~ .tw_CssTabs_Tabs .tw_CssTabs_Tabs_Tab:nth-child(1) {
    box-shadow: hsl(0, 0%, 19%) 6px 7px 27px;
    opacity: 1;
    outline: 3px solid hsl(337, 100%, 92%);
    background: none;
    cursor: default;
}
.tw_CssTabs
     input:nth-child(2):not(:checked)
     + input:nth-child(3):not(:checked)
     ~ .tw_CssTabs_ContL .tw_CssTabs_ContL_Cont:nth-child(1),
.tw_CssTabs input:nth-child(1):checked ~ .tw_CssTabs_ContL .tw_CssTabs_ContL_Cont:nth-child(1) {
    display: block;
}

.tw_CssTabs input:nth-child(2):checked ~ .tw_CssTabs_Tabs .tw_CssTabs_Tabs_Tab:nth-child(2) {
    box-shadow: hsl(0, 0%, 19%) 6px 7px 27px;
    opacity: 1;
    outline: 3px solid hsl(337, 100%, 92%);
    background: none;
    cursor: default;
}
.tw_CssTabs input:nth-child(2):checked ~ .tw_CssTabs_ContL .tw_CssTabs_ContL_Cont:nth-child(2) {
    display: block;
}

.tw_CssTabs input:nth-child(3):checked ~ .tw_CssTabs_Tabs .tw_CssTabs_Tabs_Tab:nth-child(3) {
    box-shadow: hsl(0, 0%, 19%) 6px 7px 27px;
    opacity: 1;
    outline: 3px solid hsl(337, 100%, 92%);
    background: none;
    cursor: default;
}
.tw_CssTabs input:nth-child(3):checked ~ .tw_CssTabs_ContL .tw_CssTabs_ContL_Cont:nth-child(3) {
    display: block;
}



/* Homepage
============================== */

.homepage .esScrollHint-X {
    background: none;
}

.tywTitleScroll {
    display: inline-block;
    overflow: hidden;
    border-bottom: 2px solid #444;
    height: 74px;
    position: relative;
    top: 16px;
    margin-top: -21px;
}
.tywTitleScroll_Scroller {
  display: block;
  animation: TitlesScroll 12s cubic-bezier(0.5, 0, 0.5, 1) normal forwards;
}
.tywTitleScroll_Scroller_Item {
    display: block;
    line-height: 81px;
    height: 81px;
}
@keyframes TitlesScroll {
     0%   { transform:translateY(   0px); }
    16%   { transform:translateY(   0px); }
    20%   { transform:translateY(  -81px); }
    27%   { transform:translateY(  -81px); }
    30%   { transform:translateY( -162px); }
    37%   { transform:translateY( -162px); }
     40%   { transform:translateY( -243px); }
     47%   { transform:translateY( -243px); }
     50%   { transform:translateY( -324px); }
     57%   { transform:translateY( -324px); }
     60%   { transform:translateY( -405px); } /* community, a bit longer */
     70%   { transform:translateY( -405px); }
    73%   { transform:translateY( -486px); } /* customers, again, shorter */
    79%   { transform:translateY( -486px); }
    82%   { transform:translateY( -567px); } /* co-workers, again */
   100%   { transform:translateY( -567px); }
}


.logo {
  font-size: 18.7px;
  font-style: normal;
  font-weight: bold;
￼  vertical-align: middle;
}
#topbar>.container {
    padding-top: 15px;
    padding-bottom: 11px;
}
.homepage .icon-github-circled:before,
#site-nav .icon-github-circled:before { /* rm ? */
  font-size: 19px;
}

.tyw_PreTitle {
    font-style: italic;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 0px !important;
    color: hsl(0, 0%, 37%) !important;
}

.edmMainTitle {
  margin: 82px 0 0;
  color: hsl(0, 0%, 32%);
  font-family: sans-serif;
  font-size: 50px;
  line-height: 110%;
  font-weight: normal;
}
@media (max-width: 1100px) {
  .edmMainTitle {
    margin-top: 50px;
    font-size: 42px;
  }
  .tywTitleScroll {
    top: 18px;
  }
}

@media (max-width: 890px) {
  .tw_ProdDiscFor {
    display: block;
  }
  /*.tywTitleScroll {
    top: -6px;
  } */
}

@media (min-width: 711px) {  .tw_MainTitle_Br {
  display: none;
}}
@media (max-width: 710px) {
  .tywTitleScroll {
    top: 10px;
    height: 45px;
  }
  .tywTitleScroll_Scroller {
    top: -18px;
    position: relative;
  }
}

@media (max-width: 600px) { .edmMainTitle {
    margin-top: 30px;
    font-size: 35px;
}}
.tyw_PreTitle,
.edmMainTitle_BestReplies,
.edmMainTitle_BetterDecisions,
.edmMainTitle_RightStuff,
.edmMainTitle_CreateA {
    display: block;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    font-weight: normal;
    color: hsl(0, 0%, 11%);
}
.edmMainTitle_CreateA {
    font-size: 31px;
    line-height: 42px;
}
.edmMainTitle_DiscForum {
  top: -14px;
  position: relative;
    font-weight: bold;
    color: hsl(0, 0%, 37%);
}
.homepage .edmMainTitle_BestReplies {
    line-height: 1.5;
    font-size: 22px;
    max-width: 840px;
    margin: 0 auto 0;
    color: hsl(0, 0%, 24%) !important;

    margin: 12px auto 2px;
    font-size: 21.5px;
}
.edmMainTitle_BetterDecisions {
    font-size: 22px;
    line-height: 32px;
    color: hsl(0, 0%, 20%);
}
.edmMainTitle_RightStuff {
    font-size: 19px;
    line-height: 38px;
    color: hsl(0, 0%, 27Informal%);
}


.tw_SoForTeamsAlt {
    font-size: 115%;
    word-spacing: -1px;
    letter-spacing: -0.8px;
}
.edmForYour {
    color: hsl(0, 0%, 24%);
}
.edmForYour i {
    margin: 0 1px 0 2px;
}
.edmForYour code {
    color: hsl(0, 0%, 62%);
    font-size: 19px;
    margin-left: 6px;
    padding: 0;
    background: white;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -0.5px;
    font-size: 20px;
    letter-spacing: -1.2px;
}
.edmForYour code strong {
    color: hsl(0, 0%, 22%);
}
@media (max-width: 600px) {
  .edmForYour code {
    font-size: 17px;
}}

.homepage .edmSubTitle {
  margin: 0;
  font-size: 30px;
}
@media (max-width: 600px) {
.homepage .edmSubTitle {
    font-size: 25px;
    line-height: 35px;
}}

.edmGrayLink {
    font-size: 17px;
    color: hsl(0, 0%, 34%) !important;
    text-decoration: underline;
    text-decoration-color: hsl(0, 0%, 59%);
    display: inline-block;
}
.edmGrayLink:not(:last-child) {
  margin-right: 22px;    /* 13px is too close, ppl don't see there're separate links */
}
.tw_GitHubStars {
    margin-left: 7px;
    top: 10px;
    position: relative;
}

.edmMainFeatures_wrap {
    xmargin-top: 14px;
    font-size: 18px;
    line-height: 30px;
    font-size: 21.5px;
}
@media (max-width: 600px) {
.edmMainFeatures_wrap {
  font-size: 17px;
  line-height: 27px;
}}
.edmMainFeatures {
  display: inline-block;
  text-align: center;
  color: hsl(0, 0%, 10%);
}

.edmMainFeatures .icon-ok:before {
  content: '\e820';
  color: hsl(120, 67%, 57%);
  margin: 0 6px 0 0;
}

.edmMainFeatures li {
  margin: 0 0 0.5em;
}

.edmAllInOne {
  margin-top: 4px;
  display: none;
}

.edmCustomersUser {
    margin: 0 1px 0 2px;
}

.homepage p,
.homepage li {
  font-size: 16px;
  line-height: 145%;
}
.tw_CssTabs_Tabs_Tab .tw_p {
    display: block;
    margin-bottom: 1em;
    font: 15.5px 'Open Sans',sans-serif;
    line-height: 145%;
}

.homepage h2 {
  font-size: 30px;
  font-weight: normal;
}
.homepage h2 .tw_OfQA {
    font-size: 75%;
    margin-left: 6px;
}
.homepage #dwPosts > .container {
  width: 100%;  
  padding: 0;
}

/*
.homepage figure {
    margin: 70px auto 90px;
}
.homepage figcaption {
    font-size: 22px;
    margin: 0 auto 32px;
    font-style: italic;
    line-height: 30px;
    color: hsl(0, 0%, 30%);
    max-width: 840px;
}
.edmExImgs2 img {
  margin: 0 auto;
  max-width: 97%;
  width: 1000px;
  box-shadow: hsl(0, 0%, 47%) 4px 5px 40px;
}
.edmExImgs2_Index {
}
.edmExImgs2_Chat {
}
.edmExImgs2_Disc {
} */

.edmExImgs {
    position: relative;
    padding-bottom: 440px; /* w blog comments screenshot */
    padding-bottom: 30px;
    z-index: 1;
}
@media (max-width: 850px) {
  .edmTopicListEx,
  .edmChatEx,
  .edmDiscussionEx,
  .tw_H_BcEx {
    display: block !important;
    position: static !important;
    margin: 33px 0 0 !important;
    max-width: 100% !important;
  }
  .edmExImgs {
    padding-bottom: 60px;
  }
}
.edmTopicListEx {
    margin-top: 70px;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 33px;
    max-width: 850px;
    position: relative;
    left: 2px;
}
.edmChatEx {
    position: absolute;
    max-width: 773px;
    right: -82px;
    top: 335px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 57%) 5px 5px 40px;
}
@media (max-width: 1200px) {
  .edmChatEx {
    right: 0;  /* or causes overflow & to-wide indicator */
  }
}
.edmDiscussionEx {
    position: relative;
    max-width: 650px;
    top: 0;
    left: -41px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.9) 6px 6px 65px;
    padding: 32px 32px 5px;
    background: white;
}
.tw_H_BcEx figcaption,
.edmDiscussionEx figcaption {
    padding: 26px 0;
    font-style: italic;
    font-size: 15.5px;
    line-height: 24px;
}
.edmDiscussionEx figcaption .edmGoTo {
  text-decoration: underline;
  color: #888 !important;
}
.edmDiscussionEx figcaption small {
    font-size: 11px;
    margin: 2px 0;
    opacity: 0.8;
}

.tw_H_BcEx {
    box-shadow: rgba(0, 0, 0, 57%) 5px 5px 40px;
    padding: 20px 0 10px;
    position: absolute;
    right: -190px;
    max-width: 630px;
    background: white;
    z-index: 1;
    top: 860px;
    display: block;
    left: auto;
}
.tw_H_BcEx figcaption {
    padding: 32px 0 26px;
}

.edmUseForTitle.edmInUseAt {
    margin-bottom: 42px;
}
.homepage .edmInUseAt_Title {
  margin: 0 0 13px !important;
  text-align: center;
  font-size: 31px;
  font-style: italic;
  color: #555;
}
.edmInUseAt_Item {
  float: left;
  box-shadow: hsl(0, 0%, 85%) 3px 3px 10px;
  width: 30%;
  margin-right: 3%;
  padding: 13px 0px 7px;
}
.edmInUseAt_Item:first-of-type {
    margin-left: 2%;
}
.edmInUseAt_Item:last-child {
    margin-right: 0;
}
.edmInUseAt_Item a {
  font-size: 18px;
  line-height: 34px;
  color: hsl(0, 0%, 33%);
}
.edmInUseAt_Item b {
    font-size: 21px;
    margin-bottom: 0;
    color: hsl(0, 0%, 40%);
}
.edmInUseAt_Item p {
  text-align: center;
}


.homepage .container, .homepage #content {
  margin-top: 0 !important;
}

.DW.homepage .call-to-action .btn {
  font-size: 16px;
  padding: 8px;
  min-width: 150px;
  font-weight: bold;
}

.DW.homepage body > .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

.homepage .dw-p {
  background: none; /* otherwise white, weird */
}

.homepage .dw-ar-p-bd > .dw-p-bd-blk {
  xbackground: linear-gradient(hsl(207, 50%, 95%), hsl(49, 50%, 94%));
}

.homepage body > .container {
  xbackground: hsl(49, 50%, 94%);
}

@media (min-width: 992px) {
  .tw_Reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .tw_Reverse img {
    float: right;
  }
}
@media (max-width: 991px) {
  .tw_Benefits.container {
    max-width: 600px !important;
    overflow: visible;
  }
}

.homepage h2 + .video.row {
    border-top: none !important;
    padding-top: 0 !important;
}
.homepage .video.row {
  clear: both;
  border-top: 1px solid hsl(0, 0%, 90%);
  padding-top: 73px;
  margin-top: 68px !important;
}

.homepage .video.row h2 {
  margin-top: 0 !important;
}

.homepage video.right {
  float: right;
  margin-left: 40px;
}

.homepage img.left,
.homepage video.left {
  float: left;
  margin-right: 40px;
}

.homepage video {
  box-shadow: rgb(161, 161, 161) 5px 5px 33px;
  max-width: 100%;
}

.homepage .row img {
  box-shadow: /*hsl(0, 0%, 60%) 4px 5px 14px;*/
        hsl(0, 0%, 62%) 3px 4px 11px;
}
.homepage .tw_CssTabs_ContL_Cont img {
  box-shadow: hsl(0, 0%, 74%) 1px 2px 5px;
}

.homepage .dw-ar-p-bd {
  margin: 0;
  padding: 0;
}

.homepage .dw-ar-p-bd > .dw-p-bd-blk {
  float: none;
}

.homepage .dw-ar-t {
  max-width: none !important;
}

/*
.homepage #topbar > .container {
  padding-top: 16px;
  padding-bottom: 13px;
  font-size: 14px;
} */

.homepage figcaption, .homepage .center-text,
.edmCustomHtml figcaption, .edmCustomHtml .center-text {
  text-align: center;
}

/* Fix some issue that causes the AddThis button to float above the other ones. */
.homepage .addthis_counter.addthis_pill_style {
  float: none;
}

.homepage .container > h2 {
    color: hsl(337, 70%, 55%);
    border-bottom: 2px solid hsl(337, 57%, 80%);
    font-size: 34px;
    margin-top: 60px;
}

/* --- Animations --- */

/*
@keyframes fadestart {
  0%, 100% { opacity: 0; top: 80px; display: block; position: relative; }
}
@keyframes fadein {
    from { opacity: 0; top: 80px; display: block; position: relative; }
    to   { opacity: 1; top: 0; display: block; position: relative; }
} */

.animation-inline {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.animation {
  position: relative;
}

/*
.fadein-on-scroll {
  opacity: 0;
  position: relative;
  top: 80px;
} */

/* --- topbar and Jumbotron --- */

.homepage #dwPosts > div > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}
.jumbotron {
  padding-top: 50px; /* the topbar */
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  position: relative; /* .center-text inside is absolute */
  background: none;
}

.homepage .dw-ar-p {
  padding-bottom: 0;
}

.edmRightThings {
    font-style: italic;
}
.edmIncludes i {
    font-size: 113%;
    margin: 0 3px;
    font-weight: bold;
}

.edmAction {
  display: inline-block;
  background: hsl(207, 83%, 53%);  /* hsl(207, 100%, 60%); */
  box-shadow: 7px 9px 17px rgba(0, 0, 0, 54%);
  border: none;
  width: 305px; /*  360px; */
  padding: 22px 10px;
  margin: 20px 15px 0;
  color: white;
  max-width: 94%;
  text-decoration: none !important;
}
.edmAction:hover {
  background: hsl(207, 83%, 41%);
  text-decoration: none;
}
.edmAction_title {
  font-size: 23px;
  font-weight: bold;
  margin: 7px 0;
  /* margin: 0 0 18px; */
  display: block;
  color: white;
}
.edmAction_subtitle {
  display: block;
  color: white;
  font-size: 16px;
}

.edmAction-demo {
  background: hsl(337, 87%, 57%);  /* hsl(342, 95%, 59%); */
}
.edmAction-demo:hover {
  background: hsl(337, 83%, 45%);
}

h2.edmUseForText {
    margin-top: 25px;
}
.homepage .edmUseForText,
.homepage .edmUnlike_Title {
  text-align:center;
  line-height: 1.8;
  color: white;
}

.edmUseForExs {
  margin: 16px 0 0;
}

.edmUseForExs b {
    display: block;
    margin: 0 0 7px;
    font-size: 115%;
}

.edmUseForExs p {
  margin-top: 12px;
  color: white;
}

.edmUseForExs img {
  box-shadow: none !important;
  height: 54px;
  margin: 0 auto;
  opacity: 0.57;
}

.edmUseForText.tw_StartFor_UseCases a {
    font-size: 21px;
    color: hsl(0, 0%, 95%);
}

.homepage .edmForWhatWrap {
  position: relative;
  background: hsl(207, 76%, 50%); /* hsl(207, 89%, 38%); */
  max-width: none;
  padding: 27px 0 67px;
  margin: 30px 0 30px;
}

.edmForWhatWrap.tw_Hp_0stBgSec {
    /*
    margin: 70px 0 36px;
    padding-top: 10px;
    margin-bottom: 0; 
    background: linear-gradient(-90deg, hsl(337,100%,93%), hsl(207,100%,92%));
    ... no, now with the Use For section at the top, this is better:  */
    background: none;
    margin: 5px 0 0;
    padding-top: 0;
}
/*  .tw_Hp_0stBgSec .tw_Skew:nth-child(1) {
    transform: skewY(-2deg);
    transform-origin: bottom right;
    opacity: 0.4;
}  */

.edmForWhatWrap.tw_Hp_1stBgSec {
    margin: 122px 0 0;
    margin-bottom: 0;
}
.tw_Skew {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
}
.tw_Hp_1stBgSec .tw_Skew:nth-child(1) {
    transform: skewY(5.5deg);
    transform-origin: top right;
    opacity: 0.23;
}
.tw_Hp_1stBgSec .tw_Skew:nth-child(2) {
    transform: skewY(-2.5deg);
    transform-origin: top left;
    opacity: 0.53;
}
.tw_Hp_1stBgSec .tw_Skew:nth-child(3) {
    transform: skewY(-2deg);
    transform-origin: bottom right;
    opacity: 0.4;
}
.homepage .edmForWhatWrap [class^="icon-"]:before,
.homepage .edmForWhatWrap [class*=" icon-"]:before {
    color: white;
}
/* just below: */
.homepage .video.row:first-child {
    border-top: none;
    margin-top: 20px !important;
}

.homepage .edmUseForExs .icon-idea,
.homepage .edmUseForExs .icon-building-filled,
.homepage .edmUseForExs .icon-child,
.homepage .edmUseForExs .icon-heart,
.homepage .edmUseForExs .icon-github-circled,
.homepage .edmUseForExs .icon-github-circled:before,
.homepage .edmUseForExs .icon-mail-empty,
.homepage .edmUseForExs .icon-help-circled {
  font-size: 54px !important;
  color: white !important;
  text-align: center;
}

.homepage .edmUseForExs .icon-heart,
.homepage .edmUseForExs .icon-building-filled {
  font-size: 52px !important;
  padding-top: 2px; /* 52 + 2 = 54 */
}


.homepage .edmUnlike_Text,
.homepage .edmDontSplit {
    margin-bottom: 0;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    color: hsl(0, 0%, 15%);
}


.edmToDoVideo {
  position: absolute;
  top: 20px;
  left: 58px;
  font-size: 14px;
}


/* More space for images */
.tw_Benefits .row:not(.tw_Reverse) .col-md-6 + .col-md-6 {
    padding-right: 0;
}
.tw_Benefits .row.tw_Reverse .col-md-6 + .col-md-6 {
    padding-left: 0;
}


.tw_QaExImg {
    padding: 29px 20px;
}
.tw_SimlTpcsExImg {
    padding-top: 20px;
}
.tw_KnowlTransImg {
    padding: 31px 45px 25px;
}
.tw_InsMgmtImg {
    opacity: 0.8;
    padding: 34px 20px 20px;
}

.homepage .tymTopIdeas {
    padding: 33px 37px 37px;
    max-width: 470px;
}
.homepage .edmBestFirst {
    padding: 20px 53px 22px;
    width: 480px;
    height: 440px;
}
.homepage .edmPenguins {
  padding: 13px 25px 21px;
}
.homepage .edmGather {
    padding: 25px 57px 30px;
    width: 469px;
    opacity: 0.52;
    float: right;
    margin-right: 28px;
}

.tw_MobShell {
    width: 619px;
    height: 290px;
     padding-left: 64px;
    padding-top: 14px;
    position: relative;
    z-index: 1;
}
.tw_MobShell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    opacity: 0.54;
    z-index: 1;
    box-shadow: rgba(0,0,0,85%) 25px 25px 30px;
    background: url(https://tyw-49f8.kxcdn.com/-/u/e7ef490a72/1/u/7r/xyidf3euhpiqfqzw22l74bht44omad.png);
}
/* Use the box-shadow color for a small white border at the lower edge of the phone image */
.tw_MobShell:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 9px;
    border: 4px solid rgba(0,0,0,45%);
    background: transparent;
    border-left: none;
    border-top: none;
}
.tw_MobShell video {
      box-shadow: none;
    width: 507px;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}


.edmFeatures-icons:not(.edmFeatures-icons-first) {
  margin-top: 27px !important;
}

.edmFeatures-icons-first {
 margin-top: 38px;
}

.edmFeatures-icons h2,
.edmFeatures-icons p {
  color: white;
}
@media (max-width: 768px) {
  .edmFeatures-icons h2 {
    font-size: 24px;
    font-weight: bold;
  }
}
.edmFeatures-icons p {
   text-align: justify;
 }
.edmForWhatWrap a {
    color: white;
    text-decoration: underline;
}
.edmForWhatWrap a:visited {
    color: hsl(0, 0%, 82%);
}
.edmFeatures-icons h2 {
  margin-top: 25px;
}

.homepage .row .icon-search,
.homepage .row .icon-user,
.homepage .row .icon-chat,
.homepage .row .icon-comment,
.homepage .row .icon-heart,
.homepage .row .icon-github-circled,
.homepage .row .icon-lock {
  font-size: 59px;
  color: gray;
  text-align: center;
}
.homepage .row .icon-github-circled:before {
  font-size: 59px;
}

.edmActions-top {
  margin: 25px 0;  /* 38px 0 25px */
}
.edmActions-bottom {
  margin: 82px 0 32px;
}
@media (max-width: 767px) { .edmActions-bottom {
  margin-top: 32px;
}}

hr.edmUseFor {
  margin: 50px 0 5px;
}
hr.edmBefFinalWords {
  margin: 60px 0 40px;
}

.homepage .edmDontSplit {
    margin: 67px auto 0;
}

.tywHp_2ndBgSec {
    margin-top: 0 !important;
}
.edmForWhatWrap.tywHp_2ndBgSec {
    background: hsl(337, 95%, 7%); /* w tilted lines */
    background: hsl(337, 85%, 41%); /* hsl(337, 100%, 42%); */
    padding: 40px 0 60px;
    background: hsl(207, 76%, 50%);
    padding: 15px 0 55px;
}
.tywHp_2ndBgSec h2.edmUseForText {
    margin-top: 50px;
}
.tywHp_2ndBgSec .tw_Skew:nth-child(1) {
    transform: skewY(3.5deg);
    transform-origin: top right;
    opacity: 0.45;
    background: hsl(337, 100%, 67%);
}/*
.tywHp_2ndBgSec .tw_Skew:nth-child(2) {
    transform: skewY(-2deg);
    transform-origin: top left;
    opacity: 0.5;
} */
.tywHp_2ndBgSec .tw_Skew:nth-child(3) {
    transform: skewY(2.5deg);
    transform-origin: bottom left;
    opacity: 0.3;
    background: hsl(337, 89%, 53%);
}
.tywHp_2ndBgSec .tw_Skew:nth-child(4) {
    transform: skewY(-2.5deg);
    transform-origin: bottom right;
    opacity: 0.3;
    background: hsl(337, 89%, 53%);
}


/* --- Responsive --- */

@media (max-height: 600px) {
  /*
  .homepage #topbar > .container {
    padding-top: 12px;
  } */
}


/* --- Misc --- */


.homepage .page-header {
  margin: 18px 0;
  border-bottom: 1px solid #eee;
}

.homepage .page-header h1 {
  margin-bottom: 17px;
  line-height: 1;
}

.homepage .dw-pri.dw-pri h2 {
  color: #fba401;
  margin: 36px 0 10px 0 !important;
}

.homepage .dw-pri h3 {
  margin: 20px 0 10px;
}

.homepage .dw-pri h4 {
  margin: 13px 0 7px;
  color: #ce7f00;
}

/* Please note pages
============================== */

.edmNote p {
    font-size: 25px;
    text-align: center;
}
.edmNote_Img {
    margin: 50px auto 60px;
    padding: 20px;
    box-shadow: hsl(0, 0%, 50%) 4px 4px 16px;
}
.edmBestFirstI {
  width: 440px;
  height: 440px;
}
.edmNote_NextB {
    text-align: center;
    float: none !important;
    display: inline-block;
    text-decoration: none !important;
}


/* Choose demo forum page
============================== */

.edmChooseDemo h1.dw-p-ttl {
    margin: 33px 0 15px;
}
.edmChooseDemo_SeriousB,
.edmChooseDemo_BeautifulB {
    line-height: 28px;
    font-weight: bold;
    font-size: 23px;
    background: hsl(207,100%,60%) !important;
    border: none !important;
    color: white !important;
    margin: 0 25px 20px 0 !important;
    padding: 20px 25px;
    box-shadow: 3px 6px 10px #777;
    float: left;
}
.edmChooseDemo_BeautifulB {
    background: hsl(337,100%,60%) !important;
}
.edmChooseDemo_SeriousB:hover {
  background: hsl(207, 100%, 47%) !important;
}
.edmChooseDemo_BeautifulB:hover {
  background: hsl(337, 90%, 49%) !important;
}
.edmChooseDemo_OwnL {
    display: block;
    clear: both;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: hsl(207, 70%, 58%);
    padding: 14px 0 0 3px;
}


/* Under development page
============================== */

.edmUnderDevPage h1 {
    text-align: center;
    margin-top: 50px;
}
.edmUnderDevPage .esOrigPost p {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}

/* Not free page
============================== */

.NotFreePage #test  {
  display: none;
}
.NotFreePage #test:target  {
  display: inline-block;
}
.NotFreePage #test:target ~ #real {
  display: none;
}

.edmNotFreePage_titleWrap {
  text-align: center;
  padding-top: 20px;
}

.edmNotFreePage_alignCenter {
  text-align:center;
}

.edmNotFreePage_body {
  display:inline-block;
  text-align: left;
}
.edmNotFreePage_body p {
  font-size: 17px;
}
.NotFree_continueBtn {
    min-width: 240px !important;
    line-height: 24px;
    font-weight: bold;
    font-size: 20px;
    background: hsl(207,100%,60%) !important;
    border: none !important;
    color: white !important;
    margin: 0 0 20px !important;
    padding: 14px 0;
    box-shadow: 3px 6px 10px #777;
}
.NotFree_continueBtn:hover {
  background: hsl(207, 100%, 47%) !important;
}
.NotFree_pricingLink {
  color: hsl(207, 100%, 30%) !important;
}


.edmCustomHtml #dw-t-0 {
    margin: 0 auto;
}
.edmCustomHtml .dw-ar-t {
    max-width: 1100px;
    margin: 0 auto;
    float: none;
}


/* The about page
============================== */

.tw_Stars {
    font-size: 79%;
}


/* The  create-community   /  choose hosting page
============================== */

.tyw_ChooseHosting {
    font-size: 20px !important;
    margin-bottom: 20px;
}


/* Need-what page
============================== */

.tw_NeedWhat .tyw_ChooseHosting {
    font-size: 29px;
}
.tw_NeedWhat .price-plans table h3 {
    font-size: 35px;
}
.tw_NeedWhat .price-plans li,
.tw_NeedWhat .price-plans p,
.tw_NeedWhat .price-plans small {
    font-size: 17px !important;
}


/* Price plans page 2, all in one page
============================== */

.tw_PP p {
    font-size: 15.5px;
    line-height: 142%;
}

.tw_PP_Plan {
    background: hsl(207, 70%, 95%);
    padding: 8px 14px;
    border-right: 12px solid white;
}
.tw_PP_Plan_Title {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
}
.tw_PP_Plan p {
    font-size: 14px;
}
p.tw_PP_Plan_Price {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    min-height: 40px;
    line-height: 1.2;
}
.tw_PP .edmPricing_SignUpBtn {
    width: 135px;
    font-size: 21px;
    margin-bottom: 35px;
}


/* Price plans page
============================== */

.tywPricing .esOrigPost {
    margin: 0 auto;
    float: none;
    max-width: none !important;
}
.tywPricing .dw-p-ttl {
    visibility: hidden;
    height: 40px;
}
.tywPricing_Title {
  text-align: center;
  font-size: 27px;
  margin: 0 0 14px !important;
}
.tywPricing .esOrigPost > p {
    text-align: center;
    font-size: 16px;
    line-height: 150%;;
}

.tm_Pricing_LgTxt {
    font-size: 22px;
    color: #444;
}
.tw_Pricing_RangeExpl {
    color: hsl(0, 0%, 47%);
    font-size: 14px;
}

.tw_Pricing_TopTrialB {
    padding: 28px 5px 28px !important;
    width: 287px !important;
    font-size: 28px !important;
    box-shadow: 5px 7px 15px rgba(0,0,0,0.6) !important;
    margin-top: 26px !important;
}

.tywPricing .edmPricing_Price {
    font-size: 16px;
    font-weight: normal;
}
.tywPricing th {
  position: relative;
}



.price-plans table {
    margin-top: 50px; /* or tw_Prc_MstPop gone on mobile */
}
.tw_Prc_MstPop {
    position: absolute;
    top: -34px;
    background: hsl(207, 73%, 61%);
    color: white;
    left: -10px;
    right: 0;
    padding: 11px 0;
    font-size: 17px;
}
.tywPricing .price-plans table h3 {
    line-height: 1.6;
    margin: 25px 0 13px;
    text-align: center;
    font-size: 31px;
    color: hsl(0, 0%, 31%);
}
.tywPricing .edmPricing_Price {
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 9px;
}
.tw_Euro {
    margin-right: 3px;
    color: #666;
}
.tw_Decim {
    font-size: 80%;
    vertical-align: top;
    margin: 0 -1px;
}
.tw_Pricing_AddOn {
    opacity: 0.73;
    font-size: 15px !important;
    line-height: 130% !important;
}
.tw_Pricing_AddOn i {
    font-weight: bold;
    font-size: 110%;
    letter-spacing: 0.2px;
    margin: 0 1px;
}
.tywPricing .price-plans .table th,
.tywPricing .price-plans .table td {
   width: 30%;
  text-align: center;
   font-size: 15.5px;
     border-top: none;
}
.tw_Pricing_Price2 {
    font-weight: normal;
    margin: -4px 0 10px;
}
.tyw_Pricing_TyIsOss {
  opacity: 0.65;
}
.tywPricing .price-plans p {
   font-size: 15.5px;
    line-height: 142%;
}
.tywPricing .price-plans table p {
   font-size: 15.5px;
    max-width: 353px;
    margin-left: auto;
    margin-right: auto;
}
.tywPricing tbody li {
   list-style: none;
   margin-left: 0;
   padding: 0;
}
.tywPricing .table tr:last-child td:last-child {
    vertical-align: middle;
}

.edmPricing .dw-p-ttl {
    font-size: 37px;
    line-height: 39px;
}
.edmPricing .esOrigPost > p {
    font-size: 16px;
}
.DW.edmPricing .dw-ar-t {
    max-width: none;
}

@media (max-width: 1000px) {
  .edmPricing .price-plans .row {
    overflow: scroll;
  }
}

.price-plans table h2 {
  margin-bottom: 5px;
}

.price-plans table th {
  padding-bottom: 0;
}
.price-plans table h3 {
  line-height: 1.6;
  margin: 4px 0;
}
.edmPricing_Price {
  font-size: 16px;
}
.price-plans .table th,
.price-plans .table td {
  min-width: 210px;
  border-top: 1px solid hsl(207, 50%, 87%);
  border-bottom: none !important;
  border-right: 22px solid white;
  background: hsl(207, 70%, 95%);
  color: hsl(0, 0%, 5%);
  padding: 8px 14px;
   vertical-align: top;
}

.price-plans tr:first-child td {
  border-top: none;
  padding-top: 0;
  padding-bottom: 4px;
}

.price-plans table th:last-child,
.price-plans table td:last-child {
  border-right: none;
}
.price-plans table a {
  text-decoration: underline;
  color: hsl(207, 100%, 36%);
}

.tywPricing .tw_EntPricing {
    border-top: 20px solid white !important;
}

.edmPricing_SignUpBtn {
  color: white;
  background: hsl(335,100%,61%);
  padding: 16px;
  width: 190px;
  display: block;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 125%;
  box-shadow: 3px 5px 9px rgba(0,0,0,0.6);
  top: 14px;
  position: relative;
  color: white !important;
  text-decoration: none !important;
  margin: 0 auto;
}
.edmPricing_SignUpBtn:hover {
  background: hsl(328,100%,46%);
  cursor: pointer;
}
.tyw_Pricing_SignUpBtn-Continue {
  background: hsl(207,100%,63%);
}
.tyw_Pricing_SignUpBtn-Continue:hover {
  background: hsl(207,100%,49%);
}

.edmPricing_SignUpBtn small {
    color: white;
    font-size: 17px;
    font-weight: normal;
}

@media (max-width: 660px) {
  tywPricing .dw-p-ttl {
    height: 13px;
  }
  .tywPricing .price-plans table h3 {
    line-height: 1.1;
    font-size: 21px;
    color: hsl(0, 0%, 21%);
    text-decoration: underline;
  }
  .tywPricing .price-plans .table th,
  .tywPricing .edmPricing_Price,
  .tywPricing .price-plans .table td,
  .tywPricing .price-plans p {
    font-size: 15px;
  }

  .tywPricing .price-plans th,
  .tywPricing .price-plans td {
    min-width: auto;
    border-right-width: 8px;
    padding: 8px 12px;
  }
  .edmPricing_SignUpBtn {
    padding: 10px 5px;
    width: auto;
  }
}

/* Below the table */

.tywPricing h2 {
    font-size: 30px;
    margin-bottom: 1ex;
}


/* Custom landing pages
============================== */

.edmCustomHtml .esOrigPost > .container {
    margin-top: 5px !important;
}

.edmCustomHtml #dw-t-0 {
  margin: 0 auto;
}
.edmCustomHtml .dw-ar-t {
  max-width: 1100px;
  margin: 0 auto;
  float: none;
}

.edmCustomHtml h1,
.edmCustomHtml h2,
.edmCustomHtml h3 {
  text-align: center;
}

.edmCustomHtml h1.dw-p-ttl {
    margin-top: 32px;
    font-size: 64px;
    color: hsl(0, 0%, 34%);
    font-family: sans-serif;
}
@media (max-width: 1020px) { .edmCustomHtml h1.dw-p-ttl {
  font-size: 50px;
}}
@media (max-width: 820px) { .edmCustomHtml h1.dw-p-ttl {
  font-size: 44px;
}}


/* Blog comments landing page
------------------------------ */

.edmEC_Tagline,
.edmEC_Open2 p,
.edmEC_TimeSv p,
.edmEC_ForumToo p {
    font-size: 20px;
    text-align: center;
    line-height: 145%;
    margin-bottom: 15px;
}

.edmEC_Tagline {
  font-size: 25px;
}

.edmEC_Open2 {
  font-size: 19px;
}

.tw_BC_IntW {
    margin-bottom: 42px;
}
.tw_BC_IntW h3 {
    margin: 15px 0 13px !important;
}
.tw_BC_IntW li {
    display: inline-block;
    font-size: 113%;
    margin: 0 9px;
    padding: 0;
}

.edmEC .onebox {
    margin: 35px auto 20px;
    box-shadow: hsl(0, 0%, 34%) 6px 6px 44px;
    padding: 0;
    width: 684px;
}
.tw_BC .dw-ob-youtube {
    max-width: 100%;
    overflow: hidden;
}
.edmEC .dw-ob-youtube iframe {
    width: 684px;
    height: 385px;
    max-width: none;
}
@media (max-width: 500px) {  .edmEC .dw-ob-youtube iframe {
    width: 450px;
}}

.tw_BC .esOrigPost h3 {
￼    font-size: 22px;
    margin: 70px 0 20px;
}
.tw_BC p {
    text-align: center;
    font-size: 17px;
}
.tw_BC figure img {
    margin: 40px auto 0;
    padding: 0;
    box-shadow: hsl(0, 0%, 45%) 6px 6px 44px;
    max-width: 740px;
    object-fit: contain;
}
.tw_BC_ExAnon figure img {
  padding: 40px 0 70px;
  box-shadow: hsl(0, 0%, 45%) 6px 6px 44px;
  max-width: 750px;
}
.tw_BC_ExMobileEditor figure,
.tw_BC_ExChangeColors figure,
.tw_BC_ExCode figure,
.tw_BC_ExMath figure {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.tw_BC .tw_BC_ExMobileEditor img {
    width: 300px;
    object-fit: contain;
    height: 534px;
}
.tw_BC .tw_BC_ExWideEditor img {
    padding-top: 36px;
}
.tw_BC_ExChangeColors figure {
    max-width: 630px;
}
.tw_BC_ExGuestLogin figure img {
    padding: 40px;
}
.tw_BC .tw_BC_ExModSettings img {
    padding: 35px;
}
img.tw_BC_ExCode_Edit {
  background: white;
    max-width: 320px !important;
}
img.tw_BC_ExCode_View {
  background: white;
    padding: 27px 24px 30px !important;
    max-width: 390px !important;
}
.tw_BC .tw_BC_ExDisagree img {
    width: 570px;
}
@media (max-width: 800px) {  .tw_BC figure img {
    max-width: calc(100% - 23px);
}}

.edmEC .edmActions-top {
    margin: 10px 0 43px;
}
.edmEC_Example {
    font-size: 18px;
    margin-top: 22px;
}

.edmEC_Open2 {
  margin-top: 20px;
}

.edmEC_Open2 a,
.edmEC_Example a,
.edmEC_TimeSv a,
.edmEC_ForumToo a {
    text-decoration: underline;
    text-decoration-color: hsl(207, 65%, 60%);
}



.edmEC_ForumToo figure {
    margin: 30px 0 60px;
}
.edmEC_ForumToo figcaption {
    font-size: 18px;
    font-style: italic;
    margin: 20px 0;
}
.edmEC_ForumToo figure img {
    box-shadow: hsl(0, 0%, 40%) 5px 5px 33px;
}

￼
.tw_BC .edmAction {
    width: 300px;
}
.tw_BC .edmAction_title {
    margin: 12px 0;
    font-size: 28px;
}


/* Q&A for OSS
------------------------------ */

.tw_QaOss h1.dw-p-ttl {
  font-size: 34px;
  line-height: 34px;
}

/* Q&A for Teams landing page
------------------------------ */

.tywQaTeams h1.dw-p-ttl {
  line-height: 50px;
  font-size: 50px;
}

.tywQaTeams .esOrigPost {
    max-width: 740px !important;
    margin: 0 auto;
    float: none;
}

.tywQaTeams .esOrigPost > p {
    max-width: 680px;
    margin: 0 auto 1.5ex;
}

.tywQaTeams .dw-page p,
.tywQaTeams .dw-page li {
    font-size: 16px;
    line-height: 140%;
}

.tywQaTeams_TopLinks {
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    margin: 10px 0 35px !important;
}
.tywQaTeams_TopLinks a {
    color: hsl(207, 55%, 40%);
}
.tywQaTeams_TopLinks a:not(:last-child) {
  margin-right: 1.7em;
}

.tywQaTeams_Intro {
  text-align: center;
}
.tywQaTeams_Intro > p {
    font-size: 21px !important;
    margin-bottom: 0;
}

.tywQaTeams .dw-page ul {
      margin: 13px 0 37px;
    padding: 17px 25px 12px 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
     background: hsl(207, 90%, 94%);
}
.tywQaTeams .dw-page li {
  list-style: none;
  margin-left: 0;
  font-size: 17px;
}

.tywQaTeams_Printer {
    float: right;
    max-width: 180px;
    margin: 10px 0 0 20px;
}

.tywQaTeams_LgLtr {
      font-size: 160%;
    color: hsl(0, 0%, 26%);
}
.tywQaTeams_LgLtr-T {
     letter-spacing: -2px;
}

.tywQaTeams_QaEx,
.tywQaTeams_TopicsEx {
  margin: 60px auto 35px;
  box-shadow: rgb(161, 161, 161) 5px 5px 33px;
  position: relative;
  left: 20px;
  width: calc(100% - 80px);
}
.tywQaTeams_QaEx {
  padding: 33px 32px 0;
}
.tywQaTeams_QaEx figcaption {
    font-style: italic;
    padding: 27px 0 32px;
    font-size: 15px;
}

.tywQaTeams .edmActions-top {
    margin-top: 24px;
}
.tywQaTeams .edmAction {
  width: 300px; /* else two lines */
}
.tywQaTeams .edmAction_title {
  font-weight: bold;
}

.tywQaTeams_BottomForumLink {
  font-size: 17px;
  text-decoration: underline;
  margin: 39px 0 20px;
  display: block;
}

/* For X pages
============================== */

.tw_CaseStudies_Ttl {
    text-align: center;
    color: white;
    margin: 40px 0 35px;
    font-weight: bold !important;
}
.tw_CaseStudies_Item {
    background: white;
    padding: 19px 14px 7px;
    box-shadow: 1px 4px 12px 1px grey inset;
}
.tw_CaseStudies_Item p {
    font-size: 15px;
    line-height: 1.3 !important;
}
.tw_CaseStudies_Item a {
    font-size: 17.5px;
    color: hsl(0, 0%, 20%) !important;
    text-decoration: none !important;
    line-height: 1.5;
}
.tw_CaseStudies_Item b {
    font-size: 21px;
    color: hsl(0, 0%, 31%);
    margin-bottom: 8px;
    display: block;
}

/* For Startups page,  https://www.talkyard.io/for-startups
============================== */

.tw_TyForStartups .edmForWhatWrap.tywHp_2ndBgSec {
    background: hsl(207, 84%, 60%);
    padding: 15px 0 55px;
}


/* Nyan Cat page
============================== */

.tywNyanCat .dw-t {
    max-width: 1000px !important;
}
.tywNyanCat .dw-ar-p,
.tywNyanCat .dw-ar-p-bd,
.tywNyanCat .esOrigPost,
.tywNyanCat .esOrigPost p,
.tywNyanCat #esPageColumn {
    background: black;
}
.tywNyanCat img {
    width: 1000px;
    max-width: 90%;
    margin: 90px auto;
}

/* Docs
============================== */

.tywDocs pre code {
    white-space: pre;
}

/* Code pages
============================== */


.code-page-title h1,
.code-page p {
  font-family: monospace;
}

.code-page-title h1 {
  font-size: 20px;
}

/* Per page — should move to per page <style>s? not yet impl.
============================== */

.tp_Server {
    float: right;
    margin: 0 0 20px 35px;
    width: 36%;
}
.tp_Papers {
    float: right;
    clear: both;
    width: 38%;
    margin: 20px 0 10px 10px;
}



/* short of time, just appending ------------------- */

.tywPricing .price-plans table h3 {
    line-height: 1.45;
    font-size: 32px;
    color: hsl(0, 0%, 33%);
}
.tywPricing .price-plans h3 small {
    font-style: italic;
    color: hsl(0, 0%, 32%);
    font-size: 18px;
}
.edmPricing_Price small {
    color: hsl(0, 0%, 13%);
    line-height: 1.4;
    display: block;
    margin-top: 6px;
    font-weight: normal;
}
.tywPricing .edmPricing_Price {
    font-weight: bold;
}


/* PrismJS 1.28.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+typescript */
code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}