@font-face 
{
  font-family: Raleway-Regular;
  src: url("raleway/Raleway-Regular.ttf") format("opentype");
}
 
body
{
    background  :   #fefefe;
    font-size   :   20px;
    font-family :   "Times New Roman", verdana, Microsoft JhengHei;
}
 
table
{
    font-size: 14px;
}

.table tbody>tr>td 
{
    vertical-align: middle; 
}

.row-searchbar
{
    margin-bottom: 20px;
}

.form-inline-margin
{
    margin-bottom: 20px;
}

.xxactive 
{
    background-color: #fefefe;
}

.passbook-toolbar
{
    margin:20px 0px;
    border :1px solid #ccc;
    padding:10px 0px; 
    border-radius:5px; 
    background: rgb(190,77,107); 
    color: #eee; 
}
.toolbar-col-title
{
    text-align:center;
}

.passbook-toolbar div
{
     white-space: nowrap;
}
.passbook-toolbar div a
{
    margin-right: 3px;
    font-size: 10px;
    padding: 5px;
}
 


