* {
  box-sizing: border-box;

}

.tradinglist{
margin-bottom: 50px;
}
.tradinglist > a > button{
  background-color: #bbdcf3;
  width: 100%;
   
}
.tradinglist > a > button:hover{
  background-color: #2654A1;
  color: #ffffff;
   
}
.forms button{
  margin-top: 10px;
  height: 50px;
  background-color: rgb(21, 115, 71);
  color:#ffffff;
}
.forms button:hover{
  background-color: rgb(27, 102, 67);
  color: #ffffff;
  border: none;
}

.heading{
  width: 100%;
  background-color: #2654A1;
  height: 50px;
  margin-bottom: 10px;
}

.heading p{
  margin: 0px auto;
  padding: 0;
  margin-top: 13px;
  color: #ffffff;
}
.Tradingdescription{
  text-align: justify;
  margin: 10px;
  
}
.TradingSysteminfo {
  font-family: Arial, Helvetica, sans-serif;  
  margin: 0px auto; 
  width: 70%; 
  margin-bottom: 100px;
  

}

.TradingSysteminfo .TradingPlatformlist {
  float: left; 
  width: 30%;
  padding: 0 5px; 
  border: 0;
}

.TradingSysteminfo .TradingInformation {
  float: left; 
  width: 70%;
  padding: 0 5px;
  border: 0;
}



.TradingSysteminfo .row {
	margin: 0 -5px;
	padding-bottom: 180px;
}

.TradingSysteminfo .row:after {
  content: "";
  display: table;
  clear: both;
}

.TradingSysteminfo .card {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  border-top-right-radius: 10px;
  border-top-left-radius:10px;
  padding: 16px;
  text-align: center;
  /* border-color:#ffffff; */
  border: none;
 background-color: transparent;
  /* background-color: rgba(172, 172, 172, 0.6); */
  
}




/* Responsive columns */
@media screen and (max-width: 900px) {
  .TradingSysteminfo .TradingPlatformlist, .TradingInformation{
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  
  .TradingSysteminfo{
	   
    width: 90%;
    
  }
  
 

  .TradingSysteminfo  .TradingInformation{
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }


}


@media (max-width: 900px) {
  .forms button{
      width: 100% !important;
      
  }  
  
}

@media (min-width: 1300px) {
  .forms button{
      font-size: 13px;
      font-weight: bold;
      
  }  
  
}


