#jm-logo {
  height: 64px;
  width: 64px;
}

.table-coin-page-images {

}

.coin-page-td {
  padding-left: 50px;
  padding-right: 50px;
}

.main-page-slider-header {
  	font-size: 45px;
    font-weight: bold;
    color: white;
}

.slide-desc {
  bottom: 30% !important;
}

.apps-store-badge-images {
  width: 320px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.app-sbil {
  padding-right: 50px;
}

.app-sbir {
  padding-left: 50px;
}


.apps-store-badge-images-coin {
  width: 320px;
  padding-top: 50px;
}

.apps-store-qr-images {
  width: 220px;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  .djslider-override .slide-text {
      display: block !important;
  }
  
  .main-page-slider-header {
  	font-size: 22px !important;
    font-weight: bold !important;
    color: white !important;
  }
}

@media  (max-width: 935px) {
  .main-page-slider-header {
  	font-size: 35px;
    font-weight: bold;
    color: white;
  }
  
  .app-sbil {
  	padding-right: 30px;
  }

  .app-sbir {
    padding-left: 30px;
  }
}

/* Start Coin Page Styles */

@media  (max-width: 525px) {
  #coin_info_image_block {
   width: 225px !important;
  }
  
  #coin_info_table_container {
   width: 450px !important;
  }
  
  .column1 {
    width: 170px !important;
  }
  
  .coin-page-td {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .app-sbil {
  	padding-right: 10px;
  }

  .app-sbir {
    padding-left: 10px;
  }
}

@media  (max-width: 475px) {
  #coin_info_table_container {
   width: 400px !important;
  }
  
  .column1 {
    width: 160px !important;
  }
  
  .coin-page-td {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 425px) {
  #coin_info_table_container {
   width: 350px !important;
  }
  
  .column1 {
    width: 150px !important;
  }
  
  .coin-page-td {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media  (max-width: 375px) {
  #coin_info_table_container {
   width: 300px !important;
  }
  
  .column1 {
    width: 150px !important;
  }
  
  .coin-page-td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#coin_info_header_block {
	margin-left: 10px;
}

@media  (min-width: 870px) {
	.coin_info_text_block {
		width: 850px !important;
	}
}

.coin_info_text_part {
	padding-top:10px;
	text-align: justify;
}

#coin_info_image_block {
  width: 450px;
}

#coin_info_page_header {
  font-size: 24px !important;
  color: black !important;
  font-weight: bold !important;
}

.coin_info_image {
  width: 200px;
  height: 200px;
  margin: 10px;
  border: 1px solid #dbd3d3;
}

.coin_info_image_store {
  width: 200px;
  margin: 10px;
  border: 1px solid #dbd3d3;
}

.coin_info_one_image {
  margin-top: 30px;
  font-weight: bold;
  float: left;
}

#coin_info_lang_select_block {
  margin-bottom: 20px;
}

#coin_info_lang_select_text{
  font-weight: bold;
  margin-right: 20px;
}

#coin_info_select {
	height: 30px !important;
	padding: 2px !important;
	width: 150px !important;
}

#coin_info_table_block {
  padding-top: 30px;
}

#coin_info_table_container {
  border: 1px solid #211f1f40 !important;
  border-radius: 10px;
  width: 500px;
}

#coin_info_table {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background: white;
}

#coin_info_table th { 
  height: 60px;
  background: #36304a;
  color: white;
}

#coin_info_table tr { 
  height: 30px;
}

#coin_info_table tr:nth-child(even) {
  background-color: #f5f5f5;
}

#coin_info_table td { 
  padding-left: 20px;
}

.column1 {
  width: 200px;
}

.coin_info_table_header {
  
}

.coin_info_table_row {
  
}

/* End Coin Page Styles */

/* Start Change Pass Styles */
#mobile_user_change_button {
  background-color: white; /* Green */
  border: 2px solid #f4511e;
  color: black;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 4px;
}

#mobile_user_change_button:hover {
  background-color: #f4511e;
  color: white;
}

.cmp_change {
  margin-top: 10px;
}

#mobile_user_label_error  {
  	color: red;
    font-size: 12px;
}

.cmp_label_error {
  margin-top: 10px;
}

.confirm_info_header, .change_pass_info_header {
      font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

#cmp_length_notice {
  font-size: 11px !important;
}

.error_notice {
  color: red !important;
}

.maktun-faq {
  max-width: 900px;
}

.maktun-faq h1 {
  margin-bottom: 30px;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}

.faq-question:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}

.faq-item.active .faq-question:after {
  content: "–";
}

.faq-answer {
  display: none;
  margin-top: 10px;
  line-height: 1.6;
}

.maktun-faq,
.maktun-faq .faq-question,
.maktun-faq .faq-answer {
  color: #000;
}


/* End Change Pass Styles */