element.style {
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
    margin-bottom: 0;
}
@media screen and (max-width: 767px)
.table-responsive>.table-bordered {
    border: 0;
}
@media screen and (max-width: 767px)
.table-responsive>.table {
    margin-bottom: 0;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
* {
    font-family: 'Open Sans', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: blue;
}
Inherited from div.panel.panel-default.table-responsive
* {
    font-family: 'Open Sans', sans-serif;
}
Inherited from article.templatemo-item
* {
    font-family: 'Open Sans', sans-serif;
}
Inherited from div.tm-right-inner-container
* {
    font-family: 'Open Sans', sans-serif;
}
Inherited from div.col-lg-6.col-md-6.col-sm-6.col-xs-12.white-bg.right-container
* {
    font-family: 'Open Sans', sans-serif;
}
Inherited from div.templatemo-container
* {
    font-family: 'Open Sans', sans-serif;
}
Inherited from body
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
* {
    font-family: 'Open Sans', sans-serif;
}
Inherited from html
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
* {
    font-family: 'Open Sans', sans-serif;
}
Pseudo ::before element
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
Pseudo ::after element
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}