.shopitem td {
    vertical-align: top;
}

/*
 .article-details prevents search button to by styled with these styles
 */
.article-details .btn {
    color: white;
    background: #7380a6;
    background-image: -webkit-linear-gradient(top, #7380a6, #2d437b);
    background-image: -moz-linear-gradient(top, #7380a6, #2d437b);
    background-image: -ms-linear-gradient(top, #7380a6, #2d437b);
    background-image: -o-linear-gradient(top, #7380a6, #2d437b);
    background-image: linear-gradient(to bottom, #7380a6, #2d437b);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    text-shadow: 1px 1px 2px #292929;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    padding: 4px 12px 4px 12px;
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.article-details .btnadd {
    color: white;
    background: #7380a6;
    background-image: -webkit-linear-gradient(top, #7380a6, #2d437b);
    background-image: -moz-linear-gradient(top, #7380a6, #2d437b);
    background-image: -ms-linear-gradient(top, #7380a6, #2d437b);
    background-image: -o-linear-gradient(top, #7380a6, #2d437b);
    background-image: linear-gradient(to bottom, #7380a6, #2d437b);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    text-shadow: 1px 1px 2px #292929;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    padding: 4px 12px 4px 12px;
    margin: 10px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
}

.article-details .btnadd a {
    color: white;
    text-decoration: none;
}

.article-details .btn:hover,
.article-details .btnadd:hover {
    color: white;
    background: #afb7cd;
    background-image: -webkit-linear-gradient(top, #afb7cd, #7380a6);
    background-image: -moz-linear-gradient(top, #afb7cd, #7380a6);
    background-image: -ms-linear-gradient(top, #afb7cd, #7380a6);
    background-image: -o-linear-gradient(top, #afb7cd, #7380a6);
    background-image: linear-gradient(to bottom, #afb7cd, #7380a6);
    text-decoration: none;
}

.article-details .btn:visited,
.article-details .btnadd:visited {
    color: white;
}

.article-details .btnadd2 {
    color: white;
    background: #7380a6;
    background-image: -webkit-linear-gradient(top, #7380a6, #2d437b);
    background-image: -moz-linear-gradient(top, #7380a6, #2d437b);
    background-image: -ms-linear-gradient(top, #7380a6, #2d437b);
    background-image: -o-linear-gradient(top, #7380a6, #2d437b);
    background-image: linear-gradient(to bottom, #7380a6, #2d437b);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    text-shadow: 1px 1px 2px #292929;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    padding: 4px 12px 4px 12px;
    margin: 10px 0px 0px 0px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*
.curbtn {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    text-align: center;
    z-index: auto;
    width: 56px;
    height: 24px;
    position: static;
    cursor: default;
    opacity: 1;
    overflow: visible;
    margin: 0.5em;
    padding: 0px 2px 4px 2px;
    border: 1px solid #000000;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    font: normal normal bold 1em/2em Verdana, Arial, Helvetica, sans-serif;
    color: #646464;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
    background: #dddddd;
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) , 0 1px 0 0 rgba(0,0,0,0.298039) ;
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) , 0 1px 0 0 rgba(0,0,0,0.298039) ;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8) ;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
*/

.curbtn {
  background: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #d9d9d9, #b0b0b0);
  background-image: -moz-linear-gradient(top, #d9d9d9, #b0b0b0);
  background-image: -ms-linear-gradient(top, #d9d9d9, #b0b0b0);
  background-image: -o-linear-gradient(top, #d9d9d9, #b0b0b0);
  background-image: linear-gradient(to bottom, #d9d9d9, #b0b0b0);
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
  font-family: Arial;
  color: #616161;
  font-size: 14px;
  padding: 4px 14px 4px 14px;
  margin: 0px 5px 0px 5px;
  text-decoration: none;
  display: inline-block;
  width: 72px;
  text-align: center;
}

.curbtn:hover {
  background: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: -moz-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: -ms-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: -o-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: linear-gradient(to bottom, #f0f0f0, #d6d6d6);
  text-decoration: none;
}

.box {
    line-height: 1.6;
    display: inline-block;
    vertical-align: top;
    z-index: auto;
    width: 25%;
    /*height: auto;*/
    position: relative;
    margin: 20px;
    padding: 20px;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font: normal 12px Verdana, Geneva, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #ededed;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
}

.box br {
     line-height: 1.6;
}

.box img {
     display: inline;
}

@media only screen and (max-width: 1200px) {
    [class="box"] {
        width: 40%;
    }
}

@media only screen and (max-width: 1000px) {
    [class="box"] {
        width: 80%;
    }
}

#toc {
    line-height: 1.6;
    display: block;
    /*width: 100%;*/
    /*height: auto;*/
    /*position: relative;*/
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font: normal 12px Verdana, Geneva, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #ededed;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
}

/*#toc nav ul {
    margin-bottom: 0;
}*/

.toc_h2 {
    font-weight: bold;
    margin-left: 10px;
    line-height: 1.8;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
}

.toc_h3 {
    line-height: 1.8;
    font-style: italic;
    margin-left: 30px;
    /*padding-left: 30px;*/
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
}

ol li, ul li {
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 5px;
}

.anchor {
    display: block;
    height: 180px; /*same height as header*/
    margin-top: -180px; /*same height as header*/
    visibility: hidden;
}

h2 {
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
}

.blueButton {
	-moz-box-shadow:inset 0px 0px 15px 3px #23395e;
	-webkit-box-shadow:inset 0px 0px 15px 3px #23395e;
	box-shadow:inset 0px 0px 15px 3px #23395e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2e466e), color-stop(1, #415989));
	background:-moz-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-webkit-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-o-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-ms-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:linear-gradient(to bottom, #2e466e 5%, #415989 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e466e', endColorstr='#415989',GradientType=0);
	background-color:#2e466e;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	border:1px solid #1f2f47;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 13px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.blueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #415989), color-stop(1, #2e466e));
	background:-moz-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-webkit-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-o-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-ms-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:linear-gradient(to bottom, #415989 5%, #2e466e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#415989', endColorstr='#2e466e',GradientType=0);
	background-color:#415989;
	color:#ffffff;
}
.blueButton:active {
	position:relative;
	color:#ffffff;
	top:1px;
}

.whiteButton {
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color:#ffffff;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
.whiteButton:hover {
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
}
.whiteButton:active {
    position:relative;
    top:1px;
}

.tutorialStep {
    margin: 20px; 
    padding: 20px; 
    background-color: #fff; 
    border-radius: 5px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tutorialImg {
    padding: 0; 
    display: block; 
    margin: 20px auto; 
    max-width: 80%;
}

.tutorialBg {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5; 
    border-radius: 10px; 
    padding: 20px;
}

.tutorialP {
    text-align:center;
    font-size:150%;
}
