@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.mainActionImage img
	{
	    max-width: 760px;
	}
}
.mainActionImage img {
    border-radius:5px;
}
.video-photo-frame {
    float: left;
    position: relative;
    width: 100%;
}
.video-photo-frame::before, .box::before {
    bottom: -17px;
    height: 17px;
    left: 0;
    position: absolute;
    width: 100%;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.video-photo-frame > iframe {
    border: medium none;
    border-radius: 3px;
    float: left;
    height: 321px;
    width: 100%;
}
.ownerInfo
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 0;
    height:150px;
    border-radius:5px;
}
    .ownerInfo img {
        /*border:1px solid #dddfe4;*/
    }
    .ownerInfo .donate-wrap-info
    {
        border-bottom:0 !important;
    }
.ownerName {
    font-family: "Raleway",sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: clamp(12px, 2vw, 16px);
    display: -webkit-box; /* Older WebKit browsers */
    display: -ms-flexbox; /* IE10 */
    display: flex; /* Modern browsers */
    -webkit-box-align: center; /* Older WebKit browsers */
    -ms-flex-align: center; /* IE10 */
    align-items: center; /* Modern browsers */
    min-height: 75px
}

.details {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 5px;
}

@media (max-width: 400px) {
    .details {
        padding: 15px;
    }
}

.owner-container {
    margin-left: 85px;
}
.donate-wrap {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    margin: 10px 0;
    border-radius:5px;
    /*padding: 10px 0;*/
}
.donate-wrap-info {
    /*border-bottom: 3px solid #eee;*/
    /*padding: 30px;*/
    padding-left:30px;
    padding-right:30px;
    padding-bottom:30px;
    border-radius:5px;
}
.wrapper-title{
    border-bottom:1px solid #dddfe4;
}
.icon-wrap {
    background-color: #252525;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 25px;
    height: 50px;
    margin: 0 auto;
    padding: 7px;
    width: 50px;
}
.action-gallery-wrap{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    margin: 10px 0;
    /*padding: 10px 0;*/
    padding:0px;
    border-radius:5px;
}
.donation-divider{
    margin-top:10px;
    margin-bottom:10px;
    height:1px;
    border-bottom:1px dotted #ddd ;
}
.donation_block_info_text
{
    font-size:12px;
    font-style:italic;
    padding:7px;
}
.donationActionShortDescription{
    font-weight:bold;
}
.donationActionTextPart ul{
    list-style: disc;
    padding-left:40px;
    padding-bottom:10px;
}
.donationActionTextPart h1 {
    font-size: 30px;
}
#iDealIssuerList, #KBCCBCList {
    /*
    padding-left:20px;
    background-image: url('/images/paymentArrow.jpg');
    background-position: 5px -4px;
    background-repeat: no-repeat;
    */
}
#ddIDealPaymentIssuer, #ddlKBCCBCOption {
    background-color:#eeeeee;
}
.donationActionTextPart span
{
    word-break: break-word;
    word-wrap: break-word;
}
.donationActionTextPart {
    padding: 20px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
}
    .donationActionTextPart h2, .donationActionTextPart h2 strong {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 500;
    }
.updateItem{
    padding-top:10px;
}
    .updateItem div.updateItemName {
        padding-top: 20px;
        padding-left: 15px;
    }
.updateItem img.updateItemImage {
    display: inline-block;
    border: 1px solid #eeeeee;
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}
.updateItem div.updateText{
    padding-top:5px;
    padding-bottom:5px;
    word-break: break-word;
    word-wrap: break-word;
}
    .updateItem div.updateText h2, .updateItem div.updateText h2 strong {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 500;
    }
.clipboardButton {
    cursor:pointer;
}
.badgeUpdateCounter {
    background-color: #00aeef;
}
.fb-comments, .fb-comments * {
    width: 100% !important;
    min-height: 181px;
}
.profileImageThumb {
    max-width: 100px;
    border-radius: 60px;
    border: 1px solid #eeeeee !important;
}
.image-border{
    border: 1px solid #00aeef;
}
@media (max-width: 768px) {
    .action-description-update-nav > li {
        display: table-cell;
        width: 1%;
    }

        .action-description-update-nav > li > a {
            border-bottom: 1px solid #ddd !important;
            border-radius: 4px 4px 0 0 !important;
            margin-bottom: 0 !important;
        }

        .action-description-update-nav > li.active > a {
            border-bottom: 1px solid transparent !important;
        }
}
.firstTab, .secondTab {
    font-weight: 600;
}
/*@media (max-width: 767px) {
    .nav-tabs.nav-justified>li.firstTab {
        border-radius:5px 0 0 0;
    }
}*/
/*
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color:#FFFFFF !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs {
    border-bottom-color: #FFFFFF;
    border-left: 1px white;
}
.nav-tabs>li>a:hover {
    border-bottom:1px solid #FFFFFF;
}
.nav-tabs.nav-justified > li > a {
    font-size: 14px;
}
*/
a.underlined, a.underlined:visited {
    color: #000;
    text-decoration: underline;
}

    a.underlined:hover {
        color: #000;
        text-decoration: none;
    }