body {
  background-image: linear-gradient(#fff3ed, #fff6f3);
  background-size: 100% 1200px;
  background-repeat: repeat-x;
  font-family: 'Muli', 'Open Sans';
  background-color: #fff6f3;
  font-size: 13px;
  color: #4a4a4a;
  font-weight: 400;
  min-width: 1170px; }

.container a {
  color: #444;
  text-decoration: underline; }

h1.title {
  text-align: center;
  color: #f16475;
  margin: 0;
  padding: 40px 0 40px 0;
  font-size: 36px;
  background-image: linear-gradient(#fff3ed, rgba(255, 243, 237, 0.6)); }

.logo {
  display: inline-block; }

.logo svg {
  display: inline-block;
  width: 96px;
  height: 96px;
  vertical-align: middle;
  background: #f16475;
  margin-left: 10px; }

.container {
  position: relative;
  width: 1170px; }

.container .well {
  overflow: auto;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0; }

section.top {
  background: #fff;
  margin: 0;
  color: #777;
  border-radius: 6px 6px 0 0;
  overflow: auto;
  padding: 32px 14px;
  font-size: 15px; }

section.top a,
.prerequisites a {
  color: #991f2e;
  font-weight: 400; }

.prerequisites {
  background: #f16475;
  color: #991f2e;
  overflow: auto;
  padding: 12px 0 32px;
  font-size: 15px;
  line-height: 22px; }
  .prerequisites .container {
    padding: 0 30px; }
  .prerequisites ul {
    list-style: none;
    margin-left: 0;
    padding: 0; }

.footer {
  color: #991f2e;
  overflow: auto;
  padding: 262px 0 80px;
  margin-top: -210px;
  font-size: 14px;
  line-height: 22px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff 50%); }
  .footer h2 {
    margin: 0 0 10px 0;
    padding: 20px;
    text-align: center; }
  .footer .container {
    padding: 0 30px; }
  .footer ul {
    list-style: none;
    margin-left: 0;
    padding: 0; }

.left {
  width: 626px;
  float: left;
  padding: 0 15px; }

.right {
  width: 484px;
  float: left;
  padding: 0 15px; }

.well h2, .prerequisites h2 {
  margin: 0 0 10px 0;
  padding: 20px;
  text-align: center;
  color: #f16475; }

.well.top h2,
.prerequisites h2 {
  color: #991f2e; }

.well .content {
  float: left;
  padding-left: 10px;
  width: 600px;
  /*   background: yellow */ }

.prerequisites .content {
  float: left;
  padding-left: 10px;
  width: 600px;
  /*   background: yellow */ }

.well .right-content {
  float: left;
  padding-left: 30px;
  width: 482px; }

.well .right-content ul li {
  margin-left: 0; }

.well .right-content p {
  padding-left: 8px;
  padding-right: 30px; }

.well p {
  font-size: 15px;
  padding: 0 0 10px 68px; }

.well ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.well ul li {
  margin-left: 60px;
  padding: 6px 8px 6px 10px; }

.well .right-content ul li {
  margin-right: 40px;
  margin-left: 0;
  padding: 6px 10px 6px 8px; }

.well ul li.c1 {
  padding-left: 70px;
  margin-left: 0;
  background: #f7aab3; }
.well ul li.c2 {
  padding-left: 60px;
  margin-left: 10px;
  background: #9592ef; }
.well ul li.c3 {
  padding-left: 50px;
  margin-left: 20px;
  background: #8dcedf; }
.well ul li.c4 {
  padding-left: 40px;
  margin-left: 30px;
  background: #92ef94; }
.well ul li.theano {
  padding-right: 40px;
  margin-right: 20px;
  background: #8cbbef; }
.well ul li.torch {
  padding-right: 60px;
  margin-right: 0px;
  background: #79eced; }
.well ul li.tensorflow {
  padding-right: 50px;
  margin-right: 10px;
  background: #ffe98e; }

.stripe {
  background: black;
  z-index: -1;
  width: 10px;
  height: 5900px;
  position: absolute;
  top: 0; }

.stripe.right {
  height: 3300px; }

.stripes > div {
  position: absolute; }
.stripes .c1 {
  left: 44px;
  top: 0; }
  .stripes .c1 .stripe {
    background: #f7aab3; }
.stripes .c2 {
  left: 54px;
  top: 0; }
  .stripes .c2 .stripe {
    background: #9592ef; }
.stripes .c3 {
  left: 64px;
  top: 0; }
  .stripes .c3 .stripe {
    background: #8dcedf; }
.stripes .c4 {
  left: 74px;
  top: 0; }
  .stripes .c4 .stripe {
    background: #92ef94; }
.stripes .theano {
  right: 74px;
  top: 0; }
  .stripes .theano .stripe {
    background: #8cbbef; }
.stripes .tensorflow {
  right: 64px;
  top: 0; }
  .stripes .tensorflow .stripe {
    background: #ffe98e; }
.stripes .torch {
  right: 54px;
  top: 0; }
  .stripes .torch .stripe {
    background: #79eced; }

.well.head {
  border-color: transparent; }

@-webkit-keyframes smooth-entry {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.4em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes smooth-entry {
  0% {
    opacity: 0;
    -moz-transform: translateY(1.4em); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@keyframes smooth-entry {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.4em);
    -moz-transform: translateY(1.4em);
    -ms-transform: translateY(1.4em);
    -o-transform: translateY(1.4em);
    transform: translateY(1.4em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

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