#query1 .form-group label {
    color: white;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
#codeLukLog tr td:last-child {
    text-align: center;
}
#codeLukLog tr td:last-child i {
    padding-right: 8px;
}
.switch input { 
    display:none;
}
.switch {
    display: inline-block;
    width: 27px;
    height: 12px;
    transform: translateY(20%);
    position: relative;
}

.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:30px;
    box-shadow:0 0 0 2px #777, 0 0 4px #777;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
     transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#777;
    border-radius:30px;
    transform:translateX(-20px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(0px);
    background:limeGreen;
}
input:checked + .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}
.newCodeLukDetails, .newPublisher {
  float: right;
  margin-top: 2px;
}
#codeLukLog  tr th:nth-child(1){
	width: 20% !important;
} 
#codeLukLog  tr th:nth-child(2){
	width: 20% !important;
} 
#codeLukLog  tr th:nth-child(3){
	width: 20% !important;
} 
#codeLukLog  tr th:nth-child(4){
	width: 16% !important;
}
#codeLukLog  tr th:nth-child(5){
	width: 16% !important;
}
#codeLukLog  tr th:nth-child(5){
	width: 16% !important;
}
#codeLukLogDetails  tr th:nth-child(1){
	width: 25% !important;
} 
#codeLukLogDetails  tr th:nth-child(2){
	width: 25% !important;
} 
#codeLukLogDetails  tr th:nth-child(3){
	width: 25% !important;
} 
#codeLukLogDetails  tr th:nth-child(4){
	width: 25% !important;
}
@media(max-width:640px) {
	.pitchPerfectParameter .row {
		margin-top: 9%;
	}
}