    body {
        font-family: 'Raleway', sans-serif;
        font-size: 12pt;
        color: white;
        text-align: center;
        line-height: normal;
        background-color: #f9f0e4;
        margin-top: 1px;
    }
	
	body.settings {
		font-family: 'Raleway', sans-serif;
		font-size: 10pt;
		line-height: 1.5;
		background-color: #f9f0e4;
		margin-top: 1px;
	}
	
	hr {
		padding: 0px;
		background-color: #14AB67;
		height: 2px;
		border-width: 0px;
	}
    
    p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
        #image1, #image2, #image3, #image4, #image5,
        #td_rep_item1, #td_rep_item2, #td_rep_item3, #td_rep_item4, #td_rep_item5,
        #message1a, #message1b,
        #message2a, #message2b,
        #message3a, #message3b,
        #message4a, #message4b,
        #message5a, #message5b,
        #exchange_options,
        #return_option,
        #full_refund, #item_refund, #exchange_footer,
        #exchange_items,
        #dmm_items,
        #second_item, #third_item, #fourth_item, #fifth_item,
        #captcha {
        display: none;
    }
    
    #g-recaptcha-response {
        display: block !important;
        position: absolute;
        margin: -78px 0 0 0 !important;
        width: 302px !important;
        height: 76px !important;
        z-index: -999999;
        opacity: 0;
    }
    
    .container {
        width: 100%;
        text-align: center;
    }
	
	  #def_item {
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: left;
  }
  
  #def_item1,
  #def_item2,
  #def_item3 {
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: left;
  }
  
  #def_item4,
  #def_item5,
  #def_item6,
  #def_item7,
  #def_item8,
  #def_item9,
  #def_item10,
  #def_item11,
  #def_item12,
  #def_item13,
  #def_item14,
  #def_item15 {
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: left;
      display: none;
  }
  
  #month_option {
      padding-bottom: 10px;
      text-align: left;
  }
  
  #item_header {
      padding-bottom: 23px;
      padding-right: 30px;
      text-align: center;
  }
    
    .form {
        width: auto;
        height: auto;
        background-color: #f9f0e4;
        display: inline-block;
        overflow: hidden;
        text-align: left;
        color: #555555;
        /* padding: 20px 30px 10px 30px; */
        border-radius: 0px;
        border: solid white 27px;
        /* box-shadow: 1px 1px 7px #4a4a4a; */
    }
	
	.form-settings {
		width: 475px;
		background-color: #F8E8E9;
		display: inline-block;
		text-align: left;
		color: black;
		padding: 20px 30px 20px 30px;
		/* padding: 20px 30px 10px 30px; */
		border-radius: 0px;
		border: solid white 27px;
		box-shadow: 0px 0px 7px #CCCCCC;
		/* box-shadow: 1px 1px 7px #4a4a4a; */
	}
	
	.form-settings-wide {
		width: 590px;
		background-color: #F8E8E9;
		display: inline-block;
		text-align: left;
		color: black;
		padding: 20px 30px 20px 30px;
		border-radius: 0px;
		border: solid white 27px;
		box-shadow: 0px 0px 7px #CCCCCC;
	}
	
	.form-settings-email {
		width: 500px;
		background-color: #F8E8E9;
		display: inline-block;
		text-align: left;
		color: black;
		padding: 20px 30px 20px 30px;
		/* padding: 20px 30px 10px 30px; */
		border-radius: 0px;
		border: solid white 27px;
		box-shadow: 0px 0px 7px #CCCCCC;
		/* box-shadow: 1px 1px 7px #4a4a4a; */
	}
    
    .form2 {
        width: 650px;
        background-color: #f9f0e4;
        display: inline-block;
        text-align: center;
        font-size: 12pt;
        color: black;
        padding: 20px 30px 30px 30px;
        border-radius: 0px;
        border: solid white 27px;
        /* box-shadow: 1px 1px 7px #4a4a4a; */
    }
    
    .form-med {
      width: 475px;
      background-color: #f9f0e4;
      display: inline-block;
      text-align: left;
      color: black;
      padding: 20px 30px 20px 30px;
      /* padding: 20px 30px 10px 30px; */
      border-radius: 0px;
      border: solid white 27px;
      box-shadow: 0px 0px 7px #CCCCCC;
      /* box-shadow: 1px 1px 7px #4a4a4a; */
    }
    
    .form_fields1 {
        width: 330px;
        background-color: white;
        display: inline-block;
        text-align: left;
        color: #555555;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 1px 1px 7px #4a4a4a;
    }
    
    .form_fields2 {
        width: 330px;
        background-color: white;
        display: inline-block;
        text-align: left;
        color: #555555;
        padding: 5px 30px 30px 30px;
        border-radius: 10px;
        box-shadow: 1px 1px 7px #4a4a4a;
    }
    
    .form_table {
        /*background-color: white;*/
        border: 0px solid red;
        display: inline-block;
        text-align: left;
        font-size: 10pt;
        font-weight: bold;
        color: black;
    }
    
    input[type=text] {
        width: 300px;
        height: 33px;
        padding: 7px 10px 7px 10px;
        margin: 1px 0;
        box-sizing: border-box;
        border: 0px solid #CCCCCC;
        border-radius: 5px;
        font-size: 12pt;
    }
    
    input[type=text]:focus {
        border: 1px solid #ffdede;
        padding: 7px 10px 7px 10px;
        outline: none;
    }
	
	input.settings[type=text] {
		width: 300px;
		height: 30px;
		padding: 5px 5px;
		margin: 1px 0;
		box-sizing: border-box;
		border: 1px solid #CCCCCC;
		border-radius: 3px;
		font-size: 10pt;
	}
	  
	input.settings[type=text]:focus {
		border: 1px solid #D93C78;
		outline: none;
	}
	
	input.settings[type=password] {
		width: 300px;
		height: 30px;
		padding: 5px 5px;
		margin: 1px 0;
		box-sizing: border-box;
		border: 1px solid #CCCCCC;
		border-radius: 3px;
		font-size: 12pt;
	}
	  
	input.settings[type=password]:focus {
		border: 1px solid #D93C78;
		outline: none;
	}
    
    input.subid[type=text] {
        width: 300px;
        height: 33px;
        padding: 7px 10px 7px 10px;
        margin: 1px 0;
        box-sizing: border-box;
        border: 0px solid #CCCCCC;
        border-radius: 5px;
        font-size: 12pt;
        /* background-color: #f3f4f5; */
    }
    
    input.subid[type=text]:focus {
        border: 1px solid #ffdede;
        padding: 7px 10px 7px 10px;
        outline: none;
    }
    
    textarea {
        padding: 5px 5px;
        padding: 7px 10px 7px 10px;
        margin: 1px 0;
        box-sizing: border-box;
        /* border: 1px solid #CCCCCC; */
        border-radius: 3px;
    }
    
    textarea:focus {
        border: 2px solid #D93C78;
        padding: 7px 10px 7px 10px;
        outline: none;
    }
    
    input[type=button] {
        background-color: #14ab67;
        border: 0px solid #9F2A57;
        color: white;
        padding: 4px 7px 4px 7px;
        margin: 2px 2px;
        cursor: pointer;
        border-radius: 0px;
        font-weight: 400;
        font-size: 9pt;
        font-family: 'Raleway', sans-serif;
    }
    
    input[type=button]:hover {
        background-color: #F28193;
        border: 0px solid #9F2A57;
        padding: 4px 7px 4px 7px;
        margin: 2px 2px;
        cursor: pointer;
        border-radius: 0px;
        font-weight: 400;
        font-size: 9pt;
        font-family: 'Raleway', sans-serif;
    }
    
    input[type=submit], input[type=reset] {
        background-color: #14ab67;
        border: 0px solid #9F2A57;
        color: white;
        padding: 10px 10px;
        margin: 2px 2px;
        cursor: pointer;
        border-radius: 0px;
        width: 175px;
        height: 45px;
        font-weight: bold;
        font-size: 13pt;
        letter-spacing: 3px;
        font-family: 'Raleway', sans-serif;
    }
    
    input[type=submit]:hover, input[type=reset]:hover {
        background-color: #F28193;
        border: 0px solid #9F2A57;
        color: white;
        padding: 10px 10px;
        margin: 2px 2px;
        cursor: pointer;
        border-radius: 0px;
        width: 175px;
        height: 45px;
        font-weight: bold;
        font-size: 13pt;
        letter-spacing: 3px;
        font-family: 'Raleway', sans-serif;
    }
	
	input.email-settings[type=submit], input[type=reset] {
		background-color: #14ab67;
		border: 0px solid #9F2A57;
		color: white;
		padding: 10px 10px;
		margin: 2px 2px;
		cursor: pointer;
		border-radius: 0px;
		width: auto;
		height: 40px;
		font-weight: bold;
		font-size: 12pt;
		letter-spacing: 3px;
		font-family: 'Raleway', sans-serif;
	}
  
	input.email-settings[type=submit]:hover, input[type=reset]:hover {
		background-color: #F28193;
		border: 0px solid #9F2A57;
		color: white;
		padding: 10px 10px;
		margin: 2px 2px;
		cursor: pointer;
		border-radius: 0px;
		width: auto;
		height: 40px;
		font-weight: bold;
		font-size: 12pt;
		letter-spacing: 3px;
		font-family: 'Raleway', sans-serif;
	}
	
	button.remove {
		background-color: #14ab67;
		border: 0px;
		color: white;
		padding: 5px 7px 5px 7px;
	}
  
	button.remove:hover {
		background-color: #f10c45;
		border: 0px;
		color: white;
		padding: 5px 7px 5px 7px;
	}
	
	button.rvrt_default {
		background-color: #14ab67;
		border: 0px;
		color: white;
		padding: 5px 7px 5px 7px;
	}
  
	button.rvrt_default:hover {
		background-color: #f10c45;
		border: 0px;
		color: white;
		padding: 5px 7px 5px 7px;
	}
    
    .box1 {
        float: center;
        width: auto;
        padding: 20px 30px 10px 30px;
    }
    
    .box2 {
        float: center;
        width: auto;
        height: auto;
        background-color: #ffdede;
        padding: 35px 20px 35px 20px;
        /* border-radius: 10px; */
    }
	
	.box3 {
      float: left;
      width: 500px;
      font-size: 10pt;
      font-weight: normal;
      color: black;
    }
    
    .page_title {
        float: center;
        width: 100%;
        text-align: left;
    }
    
    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }
	
	#window_header {
		padding-bottom: 23px;
		padding-right: 30px;
		text-align: center;
	}
    
    h1 {
        font-weight: bold;
        font-size: 12pt;
        color: #D93C78;
    }
    
	/* OLD H2 */
    /*h2 {
        font-weight: bold;
        font-size: 10pt;
        color: #D93C78;
    }*/
	
	h2 {
		font-weight: bold;
		font-size: 13pt;
		color: black;
		padding: 0px 0px 7px 0px;
		margin: 0px;
	}
    
    m {
        color: red;
        font-size: 12pt;
    }
    
    ftn {
        font-size: 10pt;
        font-weight: normal;
        text-align: left;
    }

    add {
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
    }
    
    im {
        color: #D93C78;
    }
    
    sm {
        font-weight: bold;
        font-size: 12pt;
        color: #D93C78;
    }
	
	sb {
        font-weight: bold;
        font-size: 12pt;
        color: black;
    }
	
	sbb {
        font-weight: bold;
        font-size: 15pt;
        color: black;
    }
    
    sm2 {
        font-weight: bold;
        font-size: 10pt;
        color: #D93C78;
    }
    
    ml {
        font-weight: bold;
        font-size: 9pt;
        color: #D93C78;
    }
    
    a {
        color: #D93C78;
        text-decoration: none;
    }
    
    a:hover {
        color: #9F2A57;
        text-decoration: none;
    } 
