.tweet-container iframe {
    width: 750px !important;
}

.iAppsEditMode .oneBlock {
    outline: 1px solid grey;
    margin-bottom: 5px;
    margin-top: 5px;
}

.formWrap .formRow .formTextarea {
    height: 200px;
}

.facebook-container iframe {
    width: 100% !important;
}
.patient-stories .aqua {
    background: none repeat scroll 0 0 #048c9a !important;
}
.patient-stories .blue {
    background: none repeat scroll 0 0 #007cc3 !important;
}
.patient-stories .dark-blue {
    background: none repeat scroll 0 0 #0b3254 !important;
}
.patient-stories .green {
    background: none repeat scroll 0 0 #82b639 !important;
}
.patient-stories .orange {
    background: none repeat scroll 0 0 #f68420 !important;
}
.patient-stories .pink {
    background: none repeat scroll 0 0 #ba0063 !important;
}
.patient-stories .teal {
    background: none repeat scroll 0 0 #6daeb6 !important;
}
.formRadioButton ol li input[type=radio] {
display: none;
}
.formRadioButton ol li input[type=radio] {
font-size: 1em;
height: .75em;
margin: .65em 0 0 .3em;
padding: 0;
vertical-align: top;
width: .75em;
background: transparent;
position: absolute;
z-index: 2;
visibility: hidden;
margin: 0;
}

.formRadioButton ol li label {
padding-left: 26px;
vertical-align: top !important;
display: block !important;
overflow: visible !important;
height: 100% !important;
font-family: "FrutigerLTCom-Roman",Arial,Helvetica,sans-serif;
font-weight: normal;
cursor: pointer;
position: relative;
z-index: 1;
padding: 0 .5em 0 1.75em;
margin: 0;
line-height: 1.4;
}
.formRadioButton ol {
    list-style-type: disc;
}
.formRadioButton ol li {
    float:left;
    display:inline-block;
}

.formRadioButton ol li:before {
    content: " ";
    background: url("/Image%20Library/TemplateImages/radio-button.png") no-repeat left top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    height: 20px;
    width: 20px;
}
.formRadioButton ol li.clicked:before {
background-position: 0 -20px;
}
.button-link a {
    color:#fff;
    text-decoration:none;
}
.button-link a:hover {
    color:#fff !important;
    text-decoration:none;
}
figure.video {

}