/*
 Theme Name:   Borrow Child
 Theme URI:    http://demo.oceanthemes.net/borrow-preview/
 Description:  Borrow Child Theme
 Author:       OceanThemes
 Author URI:   http://oceanthemes.net/
 Template:     borrow
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  borrow-child
*/
  @import url("../borrow/style.css");
/* =Theme customization starts here

------------------------------------------------------- */

/* CSR PAGE */
.wrapper-content .row > div[class*="col-"] {
    margin-bottom: 40px;
}

/* LAPORAN PAGE */
.laporan-section {
    margin-bottom: 60px;
}

.section-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
}

.laporan-table {
    width: 100%;
    border-collapse: collapse;
}

.laporan-row {
    border-bottom: 1px solid #eaeaea;
}

.laporan-table td {
    vertical-align: middle;
    padding: 30px 20px;
}

.laporan-thumb img {
    width: 120px;
}

.laporan-year {
    font-size: 18px;
    font-weight: 600;
    width: 120px;
}

.laporan-action .btn {
    display: block;
    margin-bottom: 8px;
    width: 100px;
}

