@font-face {
    font-family: 'Benton Gothic Regular';
    src: url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-regular.eot');
    src: url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-regular.eot?#iefix') format('embedded-opentype'),
         url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-regular.woff') format('woff'),
         url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'Benton Gothic Bold';
    src: url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-bold.eot');
    src: url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-bold.eot?#iefix') format('embedded-opentype'),
         url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-bold.woff') format('woff'),
         url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-bold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
#tophat.tophat-small #tophat-title {
    font-size:18px;
}
h1 {
    font-family: 'Benton Gothic Bold', Arial, sans-serif;
    font-weight: normal;
}
h2 {
    font-family: 'Benton Gothic Bold', Arial, sans-serif;
    font-weight: normal;
    font-size: 28px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    padding-top:12px;
}
.table th, .table thead th {
    font-family: 'Benton Gothic Bold', Arial, sans-serif !important;
    font-weight: normal !important;
}
#tophat-container {
    margin-bottom:0;
}
header {
    font-family: 'Benton Gothic Regular', Arial, sans-serif;
    border-bottom: 1px solid #ddd;
    padding: 25px;
    padding-bottom:30px;
    margin-bottom: 10px;
}
.header-well {
    max-width: 800px;
    margin: 0px auto;
}
header.R, .R h1, .R .sharebuttons i {
    color: rgba(216, 88, 88, 1);
    border-color: rgba(216, 88, 88, 1);
    background: rgba(255, 218, 218, 1);
}
header.D, .D h1, .D .sharebuttons i {
    color: #0071b0;
    border-color: rgba(38, 131, 232, 1);
    background: rgba(224, 239, 255, 1);
}
section {
    max-width: 800px;
    margin: 0px auto;
}
section:first-of-type {
    margin-top: 0;
}
.subtotals {
    clear: both;
    display:inline-block;
    position: relative;
    width: auto;
    margin-bottom: 10px;
}
p.footnote, p.credits{
    font-family: 'Benton Gothic Regular';
    font-size:14px;
    line-height:1.4em;
}
.img-container img {
    height: 108px;
}
.description {
    font-family: 'Benton Gothic Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45em;
    margin: 0;
    font-weight:200;
}
.net-worth {
    font-family: 'Benton Gothic Regular', Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 12px;
}
header .net-worth {
    font-size: 28px;
}
.net-worth .smaller {
    font-size: 16px;
}
.readbtn{
    display:none;
    border:none;
    float:right;
}
.readbtn.D{
    color:#0071b0;
    background:rgba(224, 239, 255, 1);
}
.readbtn.R{
    color:#EE5F5B;
    background: rgba(255, 218, 218, 1);
}
.assets {
    font-size: 14px;
    font-weight:200;
}
.detail-info.row-fluid .span3 {
       padding: 10px;
}

.detail-info.row-fluid .span3 .assets{
    font-weight:500;
}
.align-right {
    text-align: right !important;
}
.member-photo {
    float: right;
    max-width: 70%;
}
.asset_collapse, .liability_collapse{
    display: none;
}
#asset_more, #liability_more{}

.asset_less, .liability_less{
    content: '- Show less';
    position: fixed;
    bottom: 0px;
    top-margin: 20px;
}

.btn.R {
    border: 2px solid #EE5F5B;
    color:#EE5F5B;
}
.btn.R:hover {
    background-color: #FFDADA;
}
.btn.D{
     border: 2px solid #2683E8;
    color:#2683E8;
}
.btn.D:hover {
    background-color: #E0EFFF;
}

.paginate.D{
    background-color: rgba(224, 239, 255, 1);
}
.paginate.R{
    background-color: rgba(255, 218, 218, 1);
}
.paginate a {
    font-family: 'Benton Gothic Regular';
    display: block;
    color: #333;
    line-height: 145%;
    font-size: 16px;
}
.paginate.nxt a {
    text-align:right;
    padding-right:5px;
}
.paginate.prev a {
    text-align: left;
    padding-left:5px;
}
.paginate-nxt-img {
    width: 50px;
    height: auto;
    margin-right: 5px;
}
.paginate-prev-img {
    width: 50px;
    height: auto;
    margin-left: 5px;
}
.paginate-label {
    text-transform: uppercase;
    font-size:10px !important;
}
.paginate.prev {
    padding: 5px 10px 5px 0px;
    border-radius: 0px 25px 25px 0px;
    position:relative;
}
.paginate.prev:after {
    background: inherit;
    content: "";
    height: 45px;
    position: absolute;
    left: -22px;
    top: 14%;
    width: 45px;
    z-index: -1;
    transform: rotate(45deg);
    border-radius: 5px;
}

.paginate.nxt {
    padding: 5px 0px 5px 10px;
    border-radius: 25px 0px 0px 25px;
    position:relative;
}
.paginate.nxt:after {
    background: inherit;
    content: "";
    height:45px;
    position: absolute;
    right: -22px;
    top: 14%;
    width: 45px;
    z-index: -1;
    transform: rotate(45deg);
    border-radius: 5px;
}

#pagination {
    margin: 35px auto;
}
.member-photo-inline {
    display: none;
}
.credits {
    margin:25px 0 !important;
}
.graphs {
    max-width: 900px;
    height: 350px;
}
.graph {
    max-width:300px;
    float:left;
}
.title{
    font-family: 'Benton Gothic Regular', Arial, sans-serif;
    font-weight: normal;
    text-align:left;
    font-size: 14px;
    margin-bottom:-25px;
}
.clearfix {
    clear: both;
    display: block;
}
.tooltip-inner {
    background-color:rgba(224, 239, 255, 1);
    color: #000;
    font-family: 'Benton Gothic Regular', Arial, sans-serif;
}
.tooltip-arrow{
    display:none;
}
.span3{
    margin-left:0px;
    width:235px;
}
#liability_btn, #asset_btn{
    width:165px;
    text-align:left;
} 
.more p{
    font-family: 'Benton Gothic Regular', Arial, sans-serif;
    padding-left:15px;
    padding-top: 7px;
    margin:0px;
    font-size:15px;
}
.table-container{
    overflow-x: auto;
    max-height:600px;
    overflow-y:scroll;

}
table{
    min-width: 600px;  
}

table th {
    cursor:pointer;
}
.selected{
    background-color:rgba(179,193,201,0.3);
}

.asc.LATTriangleDown{
    display:none;
}





@keyframes wiggle {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
   50% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.wiggle {
  animation: wiggle 1s 3;
}

@media (min-width: 1200px){
    .span5{
        width:380px;
        margin-left:20px;
    }
}


@media (max-width: 980px) {
    .span3 {
        margin-left: 5px;
        width: 200px;
    }
    .span5{
        width:45%;
    }
    .subtotals{
        width: 100%;
        text-align: center;
        margin-bottom:20px;
    }
    .net-worth .smaller {
        display: block;
        clear: both;
        line-height: 20px;
    }
    .net-worth.positive, .net-worth.negative{
        display:inline-block;
    } 

    .table tr {
        border: 1px solid #ccc;
        font-size:12px;
        margin-bottom:15px;
        height:37px;
    }

    /*rearrange some columns*/
    .table th:nth-child(4){float:right;border-bottom:0px;width:60px;}
    .table th:nth-child(5){float:left;border-bottom:0px;}
    .table td:nth-child(4){float:right; width:60px;}
    .table td:nth-child(5){float:left; width:105px;}

    /*hide other columns*/
    .table th:nth-child(1){display:none;}
    .table th:nth-child(3){display:none;}
    .table td:nth-child(1){display:none;}
    .table td:nth-child(3){display:none;}

}

@media (max-width: 767px) {
    .sharebuttons {
        margin-top: 0;
    }
    h1 {
        font-size: 29px;
        line-height: 1.25em;
        margin-bottom: 6px;
        margin-top: 0px;
    }

    header .net-worth {
        padding-top: 2px;
    }
    .net-worth {
        font-weight: normal;
        font-size: 24px;
        line-height: 30px;
        padding-top: 10px;
    }
  
    .net-worth .smaller {
        display: block;
        clear: both;
        line-height: 20px;
    }
    .member-photo {
        float: right;
        max-width:75%;
    }

    .detail-info.row-fluid .span3{
        width:22%;
        margin-right:3%;
        float:left;
        min-height:90px;
    }
    header .span4 {
        float: right !important;
        width:25% !important;
    }

    header .span8 {
        float:left !important;
        width:75% !important;
    }
    .member-photo-inline {
        display: inline-block;
        width: 65px;
        height: auto;
        float: right;
    }
    .span5{
        width:275px;
    }
    .span3 {
        margin-left: -5%;
        width: 100%;
    }
    .charts{
        width:100%;
        text-align: center;
        display:flex; 
        flex-direction:column-reverse;
    }
    #worth{
        vertical-align: middle;
        order:5;
    }
    #assets{
        vertical-align: middle;
        order:4;
    }
    #liabilities{
        vertical-align: middle;
        order:2;
    }
    #liabilities, #assets{
        display:none;
    }
    .more{
        text-align:center;
    }
    .paginate.nxt{
        margin-right: 25px;
        padding-bottom: 10px;
    }
    .paginate.prev{
        margin-left:25px;
        padding-bottom:10px;
    }
    .description{
        width:105%;
    }

}

@media (max-width: 575px) {
    header{
        margin-bottom:5px;
    }
    .detail-info.row-fluid .span3{
        min-height:10px;
   }
    .detail-info.row-fluid.R .span3, .detail-info.row-fluid.D .span3{
        width:100%;
        margin-right:0%;
        float:none;
   }
   .detail-info.row-fluid.R .span3{
        border:none;
       border-bottom:2px solid #FFEEEE;
   }
      .detail-info.row-fluid.D .span3{
       border:none;
       border-bottom:2px solid #F0F5FB;
   }
   .detail-info.row-fluid.R .span3:nth-of-type(3), .detail-info.row-fluid.D .span3 :nth-of-type(3){
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: -9px;
   }
    .net-worth.positive, .net-worth.negative{
        margin-bottom:15px;
        width:200px;
    } 
    .description{
        width:110%;
        height:90px;
        overflow:hidden;
    }
    .readbtn{
        display:block;
    }   
    .autoheight{
        height:auto;
    }
}

@media (max-width: 480px) {
    .advert iframe {
        margin-left: -10px;
    }
    .net-worth.positive, .net-worth.negative{
        width: 48%;
    }

    .table td:nth-child(2){
        max-width:155px;
    }
    .span3{
        width:100%;
        margin-left:-8%;
    }
    .paginate a {
        font-size: 14px;
    }
    .paginate.prev:after {
        height: 40px;
        left: -20px;
        width: 40px;
    }
    .paginate.nxt:after {
        height: 40px;
        right: -20px;
        width: 40px;
    }
    .description{
        width:120%;
        height:90px;
        overflow:hidden;
    }
    .readbtn{
    display:block;
    }   
    .autoheight{
        height:auto;
    }
}

@media (max-width: 380px) {
    .subtotals{
        margin-top:-15px;
        margin-bottom:30px;
        margin-left:-4px;
    }
    .table-container{
        margin-bottom:10px;
    }
    .net-worth{
        font-size:22px;
    }
    .net-worth.positive, .net-worth.negative{
        width: 48%;
    }
    .description{
        width:120%;
        height:90px;
        overflow:hidden;
    }
    .readbtn{
    display:block;
    }   
    .autoheight{
        height:auto;
    }

}

@media (max-width: 321px) {
    .net-worth{
        font-size:18px;
    }
  
}

