.strategy-version-list table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
.strategy-version-list .table th, .table td {
  line-height: 25px;
  text-align: center;
  border-top: 1px solid #dddddd;
}
.strategy-version-list .table th {
  font-weight: bold;
}
.strategy-version-list .table thead th {
  vertical-align: bottom;
}
.strategy-version-list .table colgroup + thead tr:first-child th,
.strategy-version-list .table colgroup + thead tr:first-child td,
.strategy-version-list .table thead:first-child tr:first-child th,
.strategy-version-list .table thead:first-child tr:first-child td {
  border-top: 0;
}
.strategy-version-list .table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.strategy-version-list .table-striped tbody tr:nth-child(odd) td,
.strategy-version-list .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.strategy-version-list .table tbody tr:hover td,
.strategy-version-list .table tbody tr:hover th {
  background-color: #f5f5f5;
}

/**
 * Table style type 2
 */
.strategy-version-list .table.type2 {

}
.strategy-version-list .table.type2 th,
.strategy-version-list .table.type2 td {
  border: 0 none;
  color: #666666;
  padding: 5px 8px;
  vertical-align: top;
}
.strategy-version-list .table.type2 tr {
}
.strategy-version-list .table.type2 tbody tr,
.strategy-version-list .table.type2 thead tr {
}
.strategy-version-list .table.type2 th {
}
.strategy-version-list .table.type2 thead th {
    color: #666;
    font-weight: normal;
}
.strategy-version-list .table.type2 colgroup + thead tr:first-child th,
.strategy-version-list .table.type2 colgroup + thead tr:first-child td,
.strategy-version-list .table.type2 thead:first-child tr:first-child th,
.strategy-version-list .table.type2 thead:first-child tr:first-child td {
}
.strategy-version-list .table.type2 tbody + tbody {
}
.strategy-version-list .table-condensed th,
.strategy-version-list .table-condensed td {
}
.strategy-version-list .table.type2.table-striped tbody tr:nth-child(odd) td,
.strategy-version-list .table.type2.table-striped tbody tr:nth-child(odd) th {
}
.strategy-version-list .table.type2 tbody tr:hover td,
.strategy-version-list .table.type2 tbody tr:hover th {
    background-color: #e8f4fa;
}
.strategy-version-list .table .strategy-status{
    float: none;
    display: inline-block;
    vertical-align: middle;
}