﻿#block-profile
{
    color: #EBEBEB;
}

.block-profile-buttons
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:25px;
}

.block-profile-buttons button
{
    width:100px;
}

.profile-welcome
{
    padding-left:25px;
    font-size:16px;
}

.profile-icon
{
    padding-top:10px;
    padding-left:65px;
}

#profile-table 
{
    margin-top:10px;
}

#profile-table tr
{
    background-color:transparent;
}

#profile-table tbody tr th
{
    font-size:14px;
    text-align:right;
    width:160px;
    padding-right:5px;
}

#profile-table tbody tr th
{
    font-size:14px;
    text-align:right;
    width:160px;
    padding-right:5px;
}

#profile-table tbody tr th:after
{
   content:":";
}

#profile-table tbody tr td
{
   font-size:14px;
}