

table {border: none;}
.myswitch{
	display: flex;
	left: 100px;
	border-bottom:1px solid blue;
	position: absolute;
}

.myswitch.active{
	border-bottom: 1px solid blue;
	}


.myswitch:after{
	content: '';
	height: 6px;
	width: 60px;
	background: blue;
	border-radius: 60px 60px 0 0;
	bottom: 0;
	right: 8px;
	position: absolute;
	transition: 0.3s ease;
}

.myswitch.active:after{
	width: 70px;
	background: blue;
	right:110px;
	
}


.login{
	padding: 5px 12px;
	background: linear-gradient(45deg,#00d5fc,#046af6);
	margin-bottom: 10px;
	text-align: right;
	margin-left: 4px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: 0.3s ease;

	
}

.signup{
	padding: 5px 12px;
	background: linear-gradient(45deg,#00d5fc,#046af6);
	margin-bottom: 10px;
	text-align: right;
	margin-left: 4px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: 0.3s ease;
	
	
}


.btn:active {
  border-bottom: 2px solid blue;
}

.btn:hover {
  border-bottom: 2px solid blue;
}
.mainpage{
padding: 0 5%;
padding-top: 50px;
}

@media screen and (max-width: 570px) {
  /** trade start */
  .table-responsive-lg .table td, .table th {
    font-size: 14px;
    

      }

      .mainpage{
      padding: 0 3%;
      padding-top: 50px

          }



      .table-responsive-lg .table th {
       font-size: 14px;
    

      }


        tbody tr td:nth-child(4) { display : none}
        thead tr th:nth-child(4) { display : none}


}

