table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}


.main-body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9f9;
    border: 10px
}

container {
    width: 100%;
}

inner cover {
    background: red;
}

.cont {
    margin-top: 3rem!important;
    max-width: 720px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  padding: 8px
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

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

.my-custom-scrollbar {
position: relative;
height: 200px;
overflow: auto;
}

.table-wrapper-scroll-y {
display: block;
}

#teststrategy {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#marginchange {
    width: 100%;
}

#footer_custom {
    text-align: left;
    padding: 1rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-bottom: 1px solid #dee2e6;
    padding-left: 0px;
    text-align: center;
    background-color: #fff;
    flex: 0 0 auto;
}
