@charset "utf-8";

body {
 margin: 0;
 padding: 0;
 max-width: 1024;
 background-color: black;
 /* line-height: 1.21; */
/* background-color: #6E6E6E; */
}

.header{
  width: 100%;
  height: 130px;
  background-color: black;
  border-bottom: 1px solid darkgray;
  position: fixed;
  min-width: 380px;
}

.white_text_color {
  color: whitesmoke;
}

.c_img {
  margin-top: 4px;
  margin-left: 2px;
  width: 150px;
  height: 124px;
  display: inline-block;
  float: left;
}

#chan {
  padding: 2px;
}

.c_t {
  text-align: center;
  margin-left: 160px;
}

.wrapper {
  padding-top: 136px;
  width: 100%;
  color: white;
  
  overflow-wrap: anywhere;
}

.input_div {
  display: inline-block;
  width: 230px; 
}

.src_div {
	width: auto;
	border: 1px solid yellow;
}

.input_div:nth-child(4) {
	width: auto;
}

.div_result {
 font-size: 14px;
}

a:link, a:visited, a:active {
  color: rgb(0, 230, 0);
}

a:hover {
  color: red;
}

.wrapper #ticketCount {
	position: fixed; 
	color: white; 
	padding-bottom: 5px; 
	left: 160px; 
	top: 90px; 
	font-weight: bold; 
	font-size: 20px;
}

@media only screen and (max-width: 900px) {
	
  .div_result {
    font-size: 12px;
  }

  .wrapper #ticketCount {
	font-size: 16px;
	top: 100px;
  }
  
}

@media only screen and (max-width: 690px) {
	
  .c_t > h1 {
     font-size: 16px;
  } 
  
  .header {
    height: 130px;
  }
  
  .input_div:nth-child(4) {
	width: 230px;
	text-align: left;
	padding-left: 75px;
	padding-top: 1px; 
  }
  
  .div_result {
    font-size: 10px;
  }
  
  .wrapper #ticketCount {
	font-size: 12px;
	top: 105px;
  }
  
}
