﻿.main .container.content #content #profile-head .profile-pic img {
    max-width: 119px;
}

a.btn.grey_button.bx_forumContact:hover {
    background: #f88331;
}

.newsCreator .row .spacing {
    margin-bottom: 10px;
}

.newsCreator .row .top-spacing {
    margin-top: 10px;
}

.newsCreator .row .right {
    float: right;
}

.newsCreator .row .fill {
    width: 80%;
}

.newsCreator .row .dateStamp {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    padding: 0 12px;
    background: white url("/Images/calendar-icon.png") no-repeat;
    background-position: 96% 7px;
    border: 2px inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 12px;
}


.newsEditor .row .spacing {
    margin-bottom: 10px;
}

.newsEditor .row .top-spacing {
    margin-top: 10px;
}

.newsEditor .row .right {
    float: right;
}

.newsEditor .row .fill {
    width: 80%;
}

.newsEditor .row .dateStamp {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    padding: 0 12px;
    background: white url("/Images/calendar-icon.png") no-repeat;
    background-position: 96% 7px;
    border: 2px inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 12px;
}

.newsCreator {
    display: none;
}

.newsEditor {
    display: none;
}

.btn_edit {
    margin-bottom: 5px;
}

.author {
    margin-bottom: 3px !important;
}

.change-password .input-wrapper {
    margin-top: 5px;
}
