﻿.account-detail
{
}


.account-detail .title, .account-detail .title-first
{
    font-weight:bold;
    margin-top:20px;
    margin-bottom:5px;
}

.account-detail .title-first
{
    margin-top:10px;
    
}

table.account-detail
{
    border-collapse:collapse;
}

table.account-detail tr td
{
    border-bottom:1px solid #cccccc;
    vertical-align:top;
    text-align:left;
    padding:5px 20px;
}

table.account-detail tr td.date
{
}

table.account-detail tr td.summ
{
}

table.account-detail tr td.comment
{
    
}

.account-informer{
    float:right;
    
    padding-right:20px;
    color:#707070;
    
}

.account-informer a{
    font-weight: bold;
}

.account-informer span{
   color:#000000;
}

.account-informer span:hover{
    color:#f75100;
    
}