#lblAlerts {
    width: 100%;
    float: left;
    padding: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.txtPostCode {
    text-transform: uppercase;
}

table {
    border-collapse: collapse;
}

.orderConfirmationText {
    margin-bottom: 6px;
}

.orderCancellationText {
    margin-bottom: 6px;
}

.itemCount {
    font-style: italic;
}

.divOrderProducts {
    display: inline-block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.divOrderConfirmationIncludes {
    background-color: #f5f5f5;
    margin-bottom: 6px;
}

.shareLinksContainer {
    clear: both;
    display: inline-block;
}

.shareLink {
    vertical-align: top;
    display: inline-block;
}

.shareFacebook {
    background-image: url(http://www.londonkayaktours.co.uk/Sales/App_Themes/Default/Images/facebook.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right;
    height: 24px;
    padding-right: 30px;
}

.orderReference {
    margin-bottom: 12px;
}

.orderMenu {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profileMenu {
}

    .profileMenu > ul {
    }

        .profileMenu > ul > li {
        }

.divNoteDetails {
    display: block; /* float: left; */
}

.divNoteDetailsTitle {
    display: inline-block;
    padding: 6px 0 6px 0;
    font-weight: bold;
}

#divUserNotes {
    display: inline-block;
    vertical-align: top;
    width: 220px;
}

#txtNoteTitle {
    width: 332px;
    display: block;
}

#txtNoteText {
    width: 334px;
}

#divUserNotesThread {
    display: inline-block;
    vertical-align: top;
}

.note {
    width: 100%; /* float: left; */
    display: block;
}

.noteTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; /* float: left; */
    width: 250px;
}

.noteDate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: right;
    width: 150px;
}

.noteAuthor {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: right;
    width: 250px;
}

.divOrderHistory {
}

.divAccountDetails {
}

#divAlerts {
    overflow: hidden;
}

.divHistoryOverview {
}

.divUserNotes {
    width: 100%;
}

.divUserStatus {
}

.divOrderDeliveryLink {
    clear: both;
}

.divMarketingListsContainer {
    float: left;
    width: 50%;
}

.divUserMarketingListsContainer {
    float: left;
    width: 50%;
}

.divCancellationSelection {
    margin-bottom: -1px !important;
}

.divSocialLinks {
    float: right;
}

.divOrderItemCustomForm {
}

    .divOrderItemCustomForm table {
        width: 100%;
    }

    .divOrderItemCustomForm td {
        border: thin black solid;
        margin: 2px;
        padding: 2px;
    }

.grdOrderItems_Item {
    width: 100%;
}

.grdOrderItems_BookingFee {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.grdOrderItems_Price {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.grdOrderAdjustments_Adjustment{
    width: 100%;
}

.grdOrderAdjustments_AdjustmentAmount{ 
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.grdOrderPayments_PaymentType {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.grdOrderPayments_Reference {
    width: 100%;
}

.grdOrderPayments_Amount {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}