﻿ol, ul {
    padding-left: 0;
}
a{
	text-decoration: none;
}
p{
	line-height: 1.8em;
}
.w75{
	width: 55px;
}
.stPrice{
	float: right;
}
.w70{
	width: 75px!important;
	display: inline-block;
}
.notActive{
	background: #bfbfbf;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
.nw{white-space:nowrap;}
.w80{width:80px;}
.w50{width:50px;}
.message{
	color: blue;
    font-size: 18px;
    background: #ffffc8;
    padding: 0px 12px;
    border: 1px solid;
    border-radius: 4px;
}
.dn{display: none;}

.modal-content {
    height: 620px!important;
}
.success{
    color: blue;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.error{
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;

}
.dai_image{
	width: 200px;
	/*float: left;*/
	display: inline-block;
	margin: 0 36px 15px 0;
}
.dai_image img{
	max-width: 200px;
	max-height: 200px;
}
.dai_image a{
	display: block;
}

.list1 .textDisplay{
    margin: 10px;
    color: blue;
}
.list1 .imgDisplay{
    margin: 10px;
    color: blue;
    display: inline-block;
}
.list1 .imgDisplay a{
    max-width: 200px;
    display: inline-block;
}
.list1 .imgDisplay .imgArea{
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-bottom: 6px;
}
.list1 .imgDisplay img{
    max-width: 200px;
    max-height: 200px;
    display: inline-block;
}
.list1 .imgDisplay p{
	vertical-align: top;
    max-width: 200px;
    display: inline-block;
}

.daiThumbnail{
	text-align: center;
}
.daiThumbnail img{
	display: inline-block;
	max-height: 350px;
}
.dai table{
	border: 1px solid #111;
    margin-bottom: 12px;
}
.dai table th,
.dai table td{
	border: 1px solid #111;
	padding: 8px;
}
.MyCardElement {
	height: 40px;
	padding: 10px 12px;
	width: 100%;
	color: #32325d;
	background-color: white;
	border: 1px solid transparent;
	border-radius: 4px;
  
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
  }
  
  .MyCardElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
  }
  
  .MyCardElement--invalid {
	border-color: #fa755a;
  }
  
  .MyCardElement--webkit-autofill {
	background-color: #fefde5 !important;
  }
  .StripeElement {
    box-sizing: border-box;
  
    height: 40px;
  
    padding: 10px 12px;
  
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
  
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }
  
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
  }
  
  .StripeElement--invalid {
    border-color: #fa755a;
  }
  
  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }

#payment-form label{
    width: 100%;
    max-width: 700px;
  }
.toggleContent{
    display: none;
}
.btn-light{
    border: 1px solid #999;
}
.form2 label{
    margin: 0 0 8px 4px;
}
.form2 textarea{
    height: 140px;
}
.pan{
    padding: 10px 0 2px 0;
}
.pan h2{
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.3;
}