@charset "UTF-8";
@-webkit-keyframes loading-animation-rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-moz-keyframes loading-animation-rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-o-keyframes loading-animation-rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes loading-animation-rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
.spinner {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: loading-animation-rotation 1s infinite linear;
  -moz-animation: loading-animation-rotation 1s infinite linear;
  animation: loading-animation-rotation 1s infinite linear;
  border: 10px solid #d8dfd2;
  border-radius: 100%; }
  .spinner:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    height: 100%;
    width: 100%;
    border-top: 10px solid #7d9469;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-radius: 100%; }

.modal {
  background: #b1bfa5; }
  .modal .spinner {
    margin: auto; }

.headline {
  font-family: "Roboto", Arial, sans-serif; }

.large {
  font-size: 36px; }

.medium {
  font-size: 20px; }

.small {
  font-size: 14px; }

#email-form button, #subscribe button {
  border: 1px solid #597243;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #a4ad9d;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #7d9469;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d9469), color-stop(100%, #617c49));
  background-image: -webkit-linear-gradient(#7d9469, #617c49);
  background-image: linear-gradient(#7d9469, #617c49);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f6a37;
  background-clip: padding-box;
  font-size: 20px;
  display: block;
  margin: 10px auto 10px auto; }
  #email-form button:hover:not(:disabled), #subscribe button:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #8a9780;
    cursor: pointer;
    background-color: #718163;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #718163), color-stop(100%, #597144));
    background-image: -webkit-linear-gradient(#718163, #597144);
    background-image: linear-gradient(#718163, #597144); }
  #email-form button:active:not(:disabled), #subscribe button:active:not(:disabled) {
    border: 1px solid #597243;
    box-shadow: inset 0 0 8px 4px #52673f, inset 0 0 8px 4px #52673f, 0 1px 1px 0 #eee; }
  #email-form button:disabled, #subscribe button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
#email-form input[type="email"], #email-form input[type="number"], #email-form input[type="password"], #email-form input[type="search"], #email-form input[type="tel"], #email-form input[type="text"], #email-form input[type="url"], #email-form input[type="color"], #email-form input[type="date"], #email-form input[type="datetime"], #email-form input[type="datetime-local"], #email-form input[type="month"], #email-form input[type="time"], #email-form input[type="week"], #email-form select, #subscribe input[type="email"], #subscribe input[type="number"], #subscribe input[type="password"], #subscribe input[type="search"], #subscribe input[type="tel"], #subscribe input[type="text"], #subscribe input[type="url"], #subscribe input[type="color"], #subscribe input[type="date"], #subscribe input[type="datetime"], #subscribe input[type="datetime-local"], #subscribe input[type="month"], #subscribe input[type="time"], #subscribe input[type="week"], #subscribe select {
  font-family: inherit;
  font-size: inherit; }
#email-form #return-message, #subscribe #return-message {
  padding: 20px;
  background-color: #ff8080;
  border-radius: 10px; }

#email-form {
  width: 50%; }

/*
* { box-sizing: border-box; }
*/
.clear {
  clear: both;
  float: none;
  font-size: 12px; }

body {
  margin: 0;
  background: url("/images/shared/white-grunge.jpg") repeat transparent;
  counter-reset: fig-counter;
  font-size: 20px; }

small {
  font-size: 12px; }

pre {
  color: #444;
  font-size: 16px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  padding: 1em;
  border: 4px solid #fafafa;
  word-wrap: break-word;
  text-indent: 0; }
  pre .plus {
    background-color: #004000; }
  pre .minus {
    background-color: maroon; }
  pre .inner-highlight {
    /* text-decoration: underline; */
    background-color: #404040; }
  pre .inner-strikethru {
    text-decoration: line-through;
    background-color: #404040; }
  pre.crop {
    overflow: auto;
    height: 400px; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    /* list-style-type: none; */
    margin-bottom: 1em; }

img {
  border: none; }

a {
  text-decoration: underline; }

.comment {
  margin: 1em 0 1em 0;
  border-bottom: 1px solid #fafafa; }

#comments {
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

/**** List styling ****/
ul.commands {
  margin: 0;
  padding: 0; }
  ul.commands li {
    font-size: 12px; }
  ul.commands li span.cmd {
    font-weight: 700; }
  ul.commands li span.comment {
    font-style: italic; }

ul.standard-ul {
  margin: 10px;
  padding: 3px; }

ul.standard-ul li {
  list-style-type: disc;
  margin-bottom: 2px; }

/**** End of List styling ****/
#main .headingLinks {
  font-family: "Roboto", Arial, sans-serif; }
#main .year-headline {
  background: url("/images/shared/my-rey-bans.png") no-repeat center right;
  font: 900 36px "Roboto", Arial, sans-serif;
  width: 300px !important;
  list-style-type: none; }
#main .show-all-links {
  margin-top: 5em; }
#main .full-display {
  list-style-type: none; }
  #main .full-display a {
    color: maroon;
    font: 900 16px "Roboto", Arial, sans-serif; }
  #main .full-display h1, #main .full-display h2, #main .full-display h3, #main .full-display h4, #main .full-display h5 {
    font-family: "Roboto", Arial, sans-serif; }
#main .subtitle {
  padding: 20px 20px 20px 200px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 48px; }
#main .book {
  margin-left: 200px;
  margin-right: 50%; }
#main ul.posts {
  margin-bottom: 12em;
  padding: 20px 20px 20px 200px; }
  #main ul.posts li {
    width: 100%;
    margin-right: 10px; }
#main #thinking-pict {
  padding: 5px;
  border: none; }

.article header {
  padding-top: 20px; }
  .article header .by-line {
    vertical-align: 9px; }
.article blockquote {
  font-family: "Arbutus Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
  margin: 3em 0;
  line-height: 1em; }
  .article blockquote p {
    padding: 0.5em 1em; }
  .article blockquote.normalized {
    font-size: 16px; }
.article h1, .article h2, .article h3 {
  font-family: "Roboto", Arial, sans-serif; }
.article h4, .article h5 {
  font-family: "Roboto", Arial, sans-serif; }
.article ol > li {
  padding: 1em 0; }
.article h3, .article h4 {
  margin-bottom: 1em; }
.article h3 + p,
.article h3 + ol,
.article h3 + ul {
  margin-top: 2px;
  text-indent: 15px; }
.article h4 + p {
  margin-top: 2px;
  text-indent: 15px; }
.article .categories {
  font-size: 16px;
  color: #999; }
.article .post ul {
  margin: 5px;
  padding: 5px; }
.article .post ul.toc {
  width: 80%; }
  .article .post ul.toc li {
    margin-left: 1em; }
.article .post .body .left img,
.article .post .body .middle img {
  padding: 5px;
  border: 1px solid black; }
.article .post .title {
  margin: 0 13%;
  font-size: 36px; }
.article .body .left {
  float: left;
  width: 13%; }
.article .body .middle {
  float: left;
  width: 74%;
  line-height: 1.6em;
  font-family: "Arbutus Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px; }
  .article .body .middle .indent {
    text-indent: 1em; }
  .article .body .middle strong {
    background-color: #d8dfd2; }
  .article .body .middle span.red {
    color: red;
    font-weight: 900; }
  .article .body .middle span.green {
    color: green;
    font-weight: 900; }
  .article .body .middle .alert {
    padding: 10px;
    background-color: #d8dfd2;
    min-height: 67px;
    margin-bottom: 2em; }
    .article .body .middle .alert.yellow {
      background-color: #fffff2; }
    .article .body .middle .alert.red {
      background-color: #ffb3b3; }
    .article .body .middle .alert.margin-top {
      margin-top: 2em; }
    .article .body .middle .alert ul.more-list-padding {
      padding: 25px; }
  .article .body .middle h2 {
    font-size: 32px; }
  .article .body .middle h3 {
    font-size: 28px;
    margin-top: 1em; }
  .article .body .middle .indent li {
    margin-left: 4%; }
  .article .body .middle .no-indent {
    text-indent: 0; }
  .article .body .middle .li-margin-top li {
    margin-top: 1em; }
.article .body .right {
  float: right;
  width: 13%; }
.article .socialize-article {
  text-align: right; }
.article .socialize-article li {
  display: inline; }

/* end of .article */
/*** Globals ***/
#side-panel #portfolio {
  float: left;
  height: 150px;
  width: 320px;
  background: url(/images/portfolio.png) no-repeat bottom center; }
  #side-panel #portfolio span {
    text-indent: -10000px;
    display: block; }
#side-panel #by-line {
  font-size: 20px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.3em;
  /* width: 70%; */ }

#author .tag-box {
  position: relative;
  margin: 100px 0px;
  border: 10px solid #EEE;
  padding: 30px;
  color: black;
  font: 600 20px "Roboto", Arial, sans-serif;
  width: 320px;
  border-radius: 0 0 0 25px; }
  #author .tag-box .organic-post {
    position: absolute;
    right: -50px;
    bottom: -50px;
    height: 100%;
    width: 35%;
    background: url("/images/shared/organic-minimul.png") no-repeat bottom right; }
    #author .tag-box .organic-post span {
      display: block;
      text-indent: -10000px; }
#author span {
  float: left;
  width: 80px; }
#author img {
  float: right;
  margin-left: 20px; }

hr.footNoteLine {
  border-style: dashed;
  margin: 30px 0px; }

#nameImg {
  vertical-align: -1px; }

div.spacer {
  clear: both; }

.docsTable {
  border: 1px solid #D6DDE6;
  border-collapse: collapse;
  table-layout: fixed;
  /* need for <pre> bug inside of IE */ }

.docsTable td {
  border: 1px solid #D6DDE6;
  padding: 0.3em; }

.docsTable th {
  border: 1px solid #828282;
  background-color: #BCBCBC;
  font-weight: bold;
  text-align: left;
  padding-left: 0.3em; }

.demoNotice {
  padding: 20px;
  border: 1px solid black; }

div.graphic {
  float: left;
  font: 600 12px Geneva, Arial, Helvetica, sans-serif;
  width: 400px;
  margin: 10px 30px 10px 0px; }

div.graphic img {
  display: block; }

div.graphic span {
  margin-bottom: 10px;
  display: block; }

/* Article specific */
ul#datalistProblems {
  margin-left: 0;
  padding-left: 0; }

ul.refLinks li a {
  color: black; }

.highlight {
  background: #FFFF99; }

span.obs {
  direction: rtl;
  unicode-bidi: bidi-override; }

.flowingImg {
  float: left;
  margin: 10px 15px 10px 0;
  text-indent: 0; }

.flowing-img {
  float: left;
  margin: 10px 15px 10px 0;
  text-indent: 0; }

.flowingImgTitle {
  font-size: 10px; }

.figure-list figure {
  margin-top: 50px; }

figure {
  /* background-color: tint(gray, 91%); */
  box-shadow: -5px 10px 10px -5px rgba(0, 0, 0, 0.25); }

figcaption {
  padding: .5em 1em; }
  figcaption.count {
    counter-increment: fig-counter; }
    figcaption.count:before {
      content: "Fig. " counter(fig-counter) " – "; }

code {
  padding: 2px;
  background: #EEE;
  font-size: 18px;
  font-family: Consolas, Lucida Console, monospace !important; }

blockquote {
  font-style: italic; }

#add_comment {
  margin-left: 13%; }

.dropDown {
  /* megadropdown article */ }
  .dropDown table td {
    font-size: 14px; }

.self-label {
  font-size: 72px;
  padding: 5px; }

.out-of-date, .alert {
  padding: 10px;
  background: #ffcccc; }

#ac-flyout-input {
  width: 300px;
  font-size: 12px;
  margin-bottom: 50px; }

#should-i-build-an-MVP-using-a-client-side-framework p {
  text-indent: 15px; }

#because-mega-dropdowns-are-better div.dropDown {
  position: absolute;
  background: whitesmoke;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  font-size: 10px; }
#because-mega-dropdowns-are-better div.dropDown div.dropDownInner {
  cursor: pointer;
  padding: 5px; }

#ajax-indicator-with-jqueryui-button #saveas {
  font: 400 16px Arial;
  padding: 3px; }
#ajax-indicator-with-jqueryui-button .quick-msg {
  padding-left: 15px;
  font: 900 12px Tahoma; }
#ajax-indicator-with-jqueryui-button .ui-button .ui-icon.bounding-indicator {
  background-image: url(/images/bounding-loader.gif);
  width: 16px;
  height: 16px; }
#ajax-indicator-with-jqueryui-button .ui-button.ui-state-hover .ui-icon.bounding-indicator {
  background-image: url(/images/bounding-loader.gif);
  width: 16px;
  height: 16px; }

#ruby-gem-vcr-custom-matchers div#myron-update {
  background-image: url("https://avatars3.githubusercontent.com/u/49391?s=45"); }

/*-- End Article specific --*/
#github-button {
  border: 1px solid #597243;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #a4ad9d;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #7d9469;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d9469), color-stop(100%, #617c49));
  background-image: -webkit-linear-gradient(#7d9469, #617c49);
  background-image: linear-gradient(#7d9469, #617c49);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f6a37;
  background-clip: padding-box;
  margin-top: 55px; }
  #github-button:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #8a9780;
    cursor: pointer;
    background-color: #718163;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #718163), color-stop(100%, #597144));
    background-image: -webkit-linear-gradient(#718163, #597144);
    background-image: linear-gradient(#718163, #597144); }
  #github-button:active:not(:disabled) {
    border: 1px solid #597243;
    box-shadow: inset 0 0 8px 4px #52673f, inset 0 0 8px 4px #52673f, 0 1px 1px 0 #eee; }
  #github-button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  #github-button a {
    text-decoration: none;
    font-size: 14px; }

.basic-button {
  border: 1px solid #d5e0cb;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #f9faf8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9faf8), color-stop(100%, #dde6d4));
  background-image: -webkit-linear-gradient(#f9faf8, #dde6d4);
  background-image: linear-gradient(#f9faf8, #dde6d4);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  background-clip: padding-box;
  padding: 0;
  height: 48px;
  width: 48px;
  margin-right: 1em; }
  .basic-button:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 white;
    cursor: pointer;
    background-color: #ecefea;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecefea), color-stop(100%, #d5e0cb));
    background-image: -webkit-linear-gradient(#ecefea, #d5e0cb);
    background-image: linear-gradient(#ecefea, #d5e0cb); }
  .basic-button:active:not(:disabled) {
    border: 1px solid #d5e0cb;
    box-shadow: inset 0 0 8px 4px #ced9c2, inset 0 0 8px 4px #ced9c2, 0 1px 1px 0 #eee; }
  .basic-button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .basic-button a {
    text-decoration: none;
    font-size: 14px;
    height: 100%;
    width: 100%;
    display: block; }
    .basic-button a i {
      color: transparent;
      font: 0/0 a;
      text-shadow: none; }

.socialize a {
  padding-right: 20px;
  color: gray; }

.bordered-speech-bubble-left {
  background-color: #a4b496;
  border-left: 20px solid black;
  border-radius: 25px;
  width: 40%;
  margin: 2px auto;
  padding: 40px 10px;
  position: relative; }
  .bordered-speech-bubble-left:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -44px;
    height: 0;
    width: 0;
    border-bottom: 25px solid black;
    border-left: 25px solid transparent; }

.bordered-speech-bubble-up {
  background-color: #a4b496;
  border-top: 20px solid black;
  border-radius: 25px;
  width: 40%;
  margin: 2px auto;
  padding: 40px 10px;
  position: relative; }
  .bordered-speech-bubble-up:after {
    content: '';
    display: block;
    position: absolute;
    top: -44px;
    left: 50%;
    height: 0;
    width: 0;
    border-bottom: 25px solid black;
    border-right: 25px solid transparent;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg); }

.bordered-speech-bubble-right {
  background-color: #a4b496;
  border-right: 20px solid black;
  border-radius: 25px;
  width: 40%;
  margin: 2px auto;
  padding: 40px 10px;
  position: relative; }
  .bordered-speech-bubble-right:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -44px;
    height: 0;
    width: 0;
    border-bottom: 25px solid black;
    border-right: 25px solid transparent; }

.bordered-speech-bubble-down {
  background-color: #a4b496;
  border-bottom: 20px solid black;
  border-radius: 25px;
  width: 40%;
  margin: 2px auto;
  padding: 40px 10px;
  position: relative; }
  .bordered-speech-bubble-down:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border-top: 50px solid black;
    border-right: 50px solid transparent;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg); }

.bordered-speech-bubble-clear {
  background-color: #e6e6e6;
  border-top: 0px solid #e6e6e6;
  border-radius: 25px;
  width: 40%;
  margin: 2px auto;
  padding: 40px 10px;
  position: relative; }
  .bordered-speech-bubble-clear:after {
    content: '';
    display: block;
    position: absolute;
    top: -49px;
    left: 50%;
    height: 0;
    width: 0;
    border-bottom: 50px solid #e6e6e6;
    border-right: 50px solid transparent;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg); }

.no-bordered-speech-bubble {
  background-color: #a4b496;
  border-bottom: 0px solid #a4b496;
  border-radius: 25px;
  width: 40%;
  margin: 2px auto;
  padding: 40px 10px;
  position: relative; }
  .no-bordered-speech-bubble:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border-top: 50px solid #a4b496;
    border-right: 50px solid transparent;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg); }

.made-with-love-in-nh {
  font-size: 16px;
  padding-top: 1.5em; }

#js-article-comment {
  cursor: pointer;
  font-family: "Arbutus Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
  margin-top: 4em; }
  #js-article-comment strong {
    background: transparent; }

.loading-demos .loading-circle {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: loading-animation-rotation 1s infinite linear;
  -moz-animation: loading-animation-rotation 1s infinite linear;
  animation: loading-animation-rotation 1s infinite linear;
  border: 5px solid #d9d9d9;
  border-radius: 100%; }
  .loading-demos .loading-circle:before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    height: 100%;
    width: 100%;
    border-top: 5px solid gray;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-radius: 100%; }
.loading-demos .loading-circle-small {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: loading-animation-rotation 2.1s infinite linear;
  -moz-animation: loading-animation-rotation 2.1s infinite linear;
  animation: loading-animation-rotation 2.1s infinite linear;
  border: 20px solid #b3b3ff;
  border-radius: 100%; }
  .loading-demos .loading-circle-small:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: -20px;
    height: 100%;
    width: 100%;
    border-top: 20px solid blue;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-radius: 100%; }

article .right article {
  position: fixed;
  top: 20%; }
article .right aside#advert {
  font-family: inherit;
  font-size: 32px;
  background-color: #a4b496;
  border-left: 0px solid #a4b496;
  border-radius: 25px;
  width: 40%;
  margin: 2px auto;
  padding: 40px 10px;
  position: relative;
  width: 70%; }
  article .right aside#advert:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -49px;
    height: 0;
    width: 0;
    border-bottom: 50px solid #a4b496;
    border-left: 50px solid transparent; }

.subscription {
  margin-top: 20px;
  text-align: center;
  border: 10px solid #EEE;
  padding: 30px;
  border-radius: 0 0 0 25px; }

.book {
  margin-top: 20px;
  color: maroon;
  font-family: "Roboto", Arial, sans-serif;
  text-align: center;
  border-radius: 0 0 0 25px;
  border: 10px solid #EEE; }

.related-articles li a {
  font-size: 80%; }

.contact-me {
  width: 100%; }

.general-depreciation-notice {
  background-color: #ff4d4d;
  border-right: 20px solid black;
  border-radius: 25px;
  width: 40%;
  margin: 2px auto;
  padding: 40px 10px;
  position: relative;
  background: url("/images/shared/sd-museum-small.png") bottom right no-repeat #ff4d4d;
  /* background-size: 50px; */ }
  .general-depreciation-notice:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -44px;
    height: 0;
    width: 0;
    border-bottom: 25px solid black;
    border-right: 25px solid transparent; }

.minimul-says {
  background-color: white;
  border-bottom: 20px solid black;
  border-radius: 25px;
  width: 40%;
  margin: 2px auto;
  padding: 40px 10px;
  position: relative;
  width: 20%;
  padding: 10px 10px;
  text-indent: 40px;
  background: url("/images/shared/sd-museum-small.png") top left no-repeat white;
  /* background-size: 50px; */ }
  .minimul-says:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border-top: 40px solid black;
    border-right: 40px solid transparent;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg); }
  .minimul-says + p {
    text-indent: 1em; }

/* Media queries only beyond here */
@media only screen and (min-width: 1680px) {
  .article .post .title {
    margin: 0 25%; }
  .article .body .left {
    width: 25%; }
  .article .body .middle {
    width: 50%; }
    .article .body .middle .minimul-says {
      width: 20%; }
  .article .body .right {
    width: 25%; } }
@media only screen and (max-width: 1024px) {
  .article .post .title {
    margin: 0 1%; }
  .article .body .left {
    width: 1%; }
  .article .body .middle {
    width: 98%; }
    .article .body .middle .minimul-says {
      width: 39.2%; }
  .article .body .right {
    width: 1%; }

  footer.main .left {
    width: 85%; }
  footer.main .right {
    float: left;
    width: 85%; } }
@media only screen and (max-width: 800px) {
  .article .post .title {
    margin: 0 1%; }
  .article .body .left {
    width: 1%; }
  .article .body .middle {
    width: 98%; }
    .article .body .middle .minimul-says {
      width: 39.2%; }
  .article .body .right {
    width: 1%; }

  footer.main .left {
    width: 90%; }
  footer.main .right {
    float: left;
    width: 90%; }

  #main .title {
    background-position-x: -20px; } }
@media only screen and (max-device-width: 480px) {
  .article .post .title {
    margin: 0 1%; }
  .article .body .left {
    width: 1%; }
  .article .body .middle {
    width: 98%; }
    .article .body .middle .minimul-says {
      width: 39.2%; }
  .article .body .right {
    width: 1%; }

  #main .book {
    margin-left: 20%;
    margin-right: 20%; }
  #main ul.posts, #main .subtitle {
    padding-left: 25px; }

  footer.main .left {
    width: 98%; }
  footer.main .right {
    float: left;
    width: 98%; } }

/*# sourceMappingURL=master.css.map */
