@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,latin-ext);

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #575658;
    overflow: scroll;
    padding: 6px;
}

.capital-increase-wrapper {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 2px 10px 0 rgba(221,221,221,1);
    -moz-box-shadow: 0 2px 10px 0 rgba(221,221,221,1);
    box-shadow: 0 2px 10px 0 rgba(221,221,221,1);
}

.capital-increase-table {
    float: left;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.capital-increase-table thead {

}

.capital-increase-table thead th {
    text-align: right;
    color: #999999;
    font-weight: normal;
    background: #f1f1f1;
    font-size: 12px;
    padding: 8px;
    
}

.capital-increase-table tbody {

}

.capital-increase-table tbody tr {

}

.capital-increase-table tbody tr td {
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
    font-weight: bold;
    color: #575658;
    padding: 10px;
}

.capital-increase-table td:first-child,
.capital-increase-table th:first-child {
    text-align: left;
}


.capital-increase-table tbody tr:last-child td {
    border: 0 none;
}