body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #000 url(https://psmfirestorm.blob.core.windows.net/4e05478a-0f32-498e-94ed-3963b7bfe412/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff url(https://psmfirestorm.blob.core.windows.net/4e05478a-0f32-498e-94ed-3963b7bfe412/background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color: #ffffff;
    transition: .3s;
    font-weight: 600;
}

a:focus, a:hover {
    color: #e22130;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Audiowide';
    font-weight: 100;
    text-transform: uppercase;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

#home-page #section-1 {
    margin-top: -25px;
}

.searchSection {
    background-color: rgb(0 0 0 / 55%);
    margin-top: 0px!important;
    padding: 10% 0;
}

.btnSection,
.oemSection {
    margin-top: 0!important;
}

.reviewsSection {
    padding: 7% 0;
    position: relative;
    background-color: black;
    z-index: 33;
    margin-top: 0!important;
    overflow: hidden;
    background-image: url(https://psmfirestorm.blob.core.windows.net/d0a3d22f-a988-4f58-b4b6-2384d63c0421/reviews-back-2.jpg);
    background-attachment: fixed;
}

.featuredSection {
    margin-top: 0!important;
    padding: 60px 0;
    background-color: white;
    position: relative;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/aa4a11ba-d8fb-4c21-85d8-015b3daf8a00/starsjpg);
    width: 100%;
    height: 170px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    filter: opacity(0.3);
    top: 0;
}

.featuredSection:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/192f4c91-5b16-4115-89b7-d522db1a9803/stripes.jpg);
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    filter: opacity(0.3);
}

.page-background > div,
#employees-team-page,
#promotions-page,
#calendar-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#credit-app-page {
    background-color: rgb(0 0 0 / 78%);
    padding: 15px;
}

.breadcrumb {
    background-color: #4c4c4c;
}






/* HEADER */

.headerbackground {
    background-color: white;
    color: black;
}

.headercontainer {
    width: 1100px;
    margin: auto;
    display: flex;
    padding: 15px;
    align-items: center;
    position: relative;
    z-index: 3;
}

.headerblock {
    flex: 0 0 25%;
}

.headerblock .dealer-address {
    display: block;
}

.headerblock .dealer-phone {
    display: block;
    font-size: 23px;
    font-weight: 600;
}

.headerblock a {
    color: #dd1726;
}

.headerblock a:hover {
    color: #014890;
}

.headerlogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerlogo img {
    max-width: 315px;
}

.headerbackground {
    background-color: white;
    color: black;
    position: relative;
}

.headerbackground:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/1ba7ca8c-5226-4ff5-bd99-358fd464f983/hdr-before.jpg);
    width: 20%;
    height: 100%;
    position: absolute;
    background-size: 149%;
    left: 0;
    top: 0;
    z-index: 0;
    background-position: center left;
    filter: opacity(0.2);
}

.headerbackground:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/de50a530-3837-4601-abbd-346f33ee9e8e/hdr-after.jpg);
    width: 20%;
    height: 100%;
    position: absolute;
    background-size: 141%;
    top: 0;
    z-index: 0;
    right: 0;
    background-position: center right;
    filter: opacity(0.2);
}

.headerblock:nth-child(1) {
    text-align: right;
}

.headersocial {
    display: flex;
    width: 32%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.headersocial a {
    font-size: 20px;
    padding: 0 5px;
}

.headersocial img {
    max-width: 47px;
}

.headerblock a:hover img {
    filter: opacity(0.5) invert(1) grayscale(1) brightness(0);
}





/* NAVIGATION */

#main-nav {
    background-color: #4c4c4c;
    border-bottom: 3px solid #014890;
    box-shadow: 0 8px 10px rgb(0 0 0 / 57%);
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}
}

.navbar-nav>li>a {
    font-family: 'Racing Sans One', cursive;
    text-transform: uppercase;
    color: white;
    padding: 23px 15px;
    font-size: 16px;
    font-family: 'Audiowide', cursive;
    font-style: italic;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #dd1726;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.searchtext {
    text-align: center;
    font-size: 50px;
    margin-bottom: 25px;
}

.siteSearch {
    width: 600px;
    margin: auto;
    display: flex;
}

.siteSearch .form-control {
    padding: 23px;
    border-radius: 25px 0px 0px 25px;
    border: 3px solid white;
    margin: 0;
}

.siteSearch button {
    font-size: 20px;
    color: white;
    background-color: red;
    border: 3px solid white;
    padding: 9px 20px;
    border-radius: 0 25px 25px 0;
}

.h-btn-wrapper {
    background-color: #014890;
    border: 3px solid white;
    border-left: none;
    border-right: none;
}

.h-btn-container {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    margin: auto;
}

.h-btn-container a {
    color: white;
    flex: 0 0 33.33%;
    text-align: center;
    padding: 1%;
    transition: .3s;
    position: relative;
}

.h-btn-block h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 28px;
    text-shadow: 1px 1px 3px black;
    transition: .4s;
}

.h-btn-container a:hover h2 {
    transform: scale(1.2);
}

.h-btn-block h2 span {
    display: block;
    font-size: 36px;
    z-index: 3;
    font-style: italic;
}

.h-btn-block > span {
    text-transform: uppercase;
    background-color: #014890;
    color: white;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0px 0px 6px white;
    transition: .3s;
}

.h-btn-container a:hover div > span {
    background-color: white;
    color: #014890;
}

.oemWrapper {
    background-color: white;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1470px;
    margin: auto;
}

.oemContainer a {
    padding: 2% 1%;
}

.oemContainer a:hover {
    transform: scale(1.1);
}

.oemContainer img {
    max-height: 109px;
    /*filter: grayscale(1) opacity(0.3);*/
}

.p-header {
    height: 250px;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 5px solid #929598;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 26%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 55px;
    width: max-content;
    text-shadow: 0 0 10px black, 1px 1px 1px black;
    z-index: 9;
}

.p-header h1:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/33095e07-d743-4c90-b39d-a45e635e5ee1/header-element.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: -55px;
    background-position: center;
}

.mapWrapper {
    position: relative;
    padding-bottom: 101%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maphourstable td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maphourstable {
    margin-bottom: 25px;
}

.department-container {
    margin-top: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: 1px solid #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 50px!important;
}

.department .title {
    border: none;
    background: #4c4c4c;
    border-bottom: 3px solid #014890;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}

.jumbotron {
    background-color: #fff;
}

.seller-description {
    color: black;
}







/* FEATURED INVENTORY */

.featuredInventory {
    position: relative;
    z-index: 33;
}

.single-item-slider .item .item-inner {
    padding-bottom: 9%;
}

.single-item-slider .item-detail .name {
    color: black;
    font-size: 14px;
    line-height: 18px;
}

.single-item-slider .slider-outer {
    height: 255px;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
    padding: 2% 4%;
    text-transform: uppercase;
    font-weight: 600;
    bottom: -11px;
    background-color: #014890;
    color: white;
    border-radius: 18px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid white;
}

.featuredInventory h2 {
    color: #dd1726;
    text-align: center;
    text-shadow: 0 0 5px white, 1px 1px 1px white;
    margin-bottom: -19px;
    font-size: 74px;
}

.featuredInventory .slider-control {
    color: #a0a0a0;
}






/* REVIEWS */

.single-item-slider .item {
    background-color: rgb(255 255 255);
}

.reivew-name {
    color: #014890;
}

.review-comments {
    color: #565656;
    font-size: 14px;
    line-height: 18px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 20em;
}

.reivew-name {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.review-date {
    color: black;
    font-size: 14px;
}





/* INVENTORY */

.inventory-image {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.inventory-container .vehicle .thumb {
    height: 172px;
    line-height: 168px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

#details-accordions {
    color: black;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    position: absolute;
    font-size: 18px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    bottom: -7px;
    background-color: #014890;
    color: white;
    border-radius: 18px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid white;
    box-shadow: 0 0 5px black;
    width: max-content;
}

.inventory-container .vehicle .savings {
    margin-top: 0px;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: -5px;
    left: -4px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    border-radius: 8px;
    position: relative;
}

.inventory-container .vehicle:hover {
    background-color: #dd1726;
    transition: .4s ease;
    border-radius: 8px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 36px;
    border-radius: 8px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    border-radius: 4px 4px 0 0;
}

.vehicleTextMeContainer a {
    color: #014890;
    text-transform: uppercase;
    text-align: center;
    display: block;
}








/* FORMS */

.mainform {
    height: max-content;
    position: relative;
}

.mainform > div {
    background-color: white;
    color: black;
    padding: 15px;
    position: relative;
    z-index: 333;
}

.mainform > div:before, 
.mainform > div:after {
    content: '';
    background-size: 100%;
    width: 100%;
    height: 22%;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    filter: opacity(0.2);
    z-index: -1;
}

.mainform > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/aa4a11ba-d8fb-4c21-85d8-015b3daf8a00/starsjpg);
    top: 0;
}

.mainform > div:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/192f4c91-5b16-4115-89b7-d522db1a9803/stripes.jpg);
    bottom: 0;
    background-position: bottom;
}

.form-header-text {
    font-family: 'Audiowide', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    color: #dd1726;
    text-shadow: 1px 1px 1px black;
    z-index: 333;
    position: relative;
    margin-bottom: 0;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    top: 5px;
    right: 12px;
}

.forms-title-section {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3px;
}

.btn-primary {
    text-transform: uppercase;
    background-color: #014890;
    color: white;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0px 0px 6px white;
    margin: 10px 0;
    border: 2px solid #014890;
    transition: .3s;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #014890;
    border-color: #ffffff;
    transform: scale(1.1);
}

@media (min-width: 768px) {
#Form1454 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1454 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form1455 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1454 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1455 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    color: black;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 96px;
}

.customForm [placeholder="Zip Code"] {
    width: 78px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea {
    font-size: 14px!important;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 2px 7px;
    border-radius: 5px;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #525252;
    padding: 15px;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
    font-weight: 600;
}

.footerBack {
    background-color: white;
    border-top: 2px solid white;
}

.footerContainer {
    background-color: white;
    display: flex;
    text-transform: uppercase;
    width: 1480px;
    margin: auto;
    color: black;
}

.footerWrapper {
    display: flex;
    flex-flow: column;
    flex: 0 0 30%;
    line-height: 27px;
}

.footerMap {
    position: relative;
    flex: 0 0 70%;
    padding-bottom: 150px;
}

.footerMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerBlock {
    padding: 4% 7%;
}

.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    display: block;
    font-weight: 600;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 13px;
}

.footerBlock table td:first-child {
    text-align: left;
}

.footerBlock table td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footerBlock ul {
    padding: 0;
}

.footerBlock li {
    list-style: none;
    position: relative;
    padding: 0 15px;
    width: max-content;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    color: #474747;
    transition: .4s;
}

.footerBlock ul li:hover:before {
    transform: rotate(0deg);
}

.footerBlock h3 {
    font-size: 30px;
    margin-top: 0;
}

.footerBlock a {
    color: #dd1726;
}

.footerBlock a:hover {
    color: #014890;
}




@media (max-width: 1499px) {
.footerContainer,
.oemContainer {
    width: 1170px;
}
}




@media (max-width: 1199px) {
.headercontainer {
    width: 900px;
}

.headersocial {
    width: 40%;
}

.navbar-nav>li>a {
    padding: 23px 8px;
    font-size: 15px;
}

.p-header h1 {
    font-size: 50px;
}

.featuredInventory h2 {
    margin-bottom: -15px;
    font-size: 65px;
}

.footerContainer,
.h-btn-container,
.oemContainer {
    width: 970px;
}

.footerWrapper {
    flex: 0 0 35%;
}

.footerMap {
    flex: 0 0 65%;
}

.inventory-container .vehicle .thumb {
    height: 138px;
    line-height: 134px;
}

.inventory-container .vehicle .price {
    font-size: 15px;
}
}




@media (max-width: 991px) {
.headercontainer {
    width: 700px;
}

.featuredInventory h2 {
    margin-bottom: -14px;
    font-size: 52px;
}

.oemContainer {
    width: 700px;
}

.h-btn-block h2 {
    font-size: 23px;
    line-height: 24px;
}

.h-btn-block h2 span {
    font-size: 30px;
}

#main-nav .nav>li>a {
    padding-left: 6px;
    padding-right: 6px;
}

.headerblock {
    flex: 0 0 30%;
}

.headerlogo {
    flex: 0 0 40%;
}

.headerlogo img {
    max-width: 215px;
}

.headersocial {
    width: 43%;
}

.siteSearch {
    width: 500px;
}

.searchtext {
    font-size: 39px;
    margin-bottom: 25px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}

.footerContainer, 
.h-btn-container {
    width: 748px;
}

.footerWrapper {
    flex: 0 0 45%;
}

.footerMap {
    flex: 0 0 55%;
}

.inventory-container .vehicle .thumb {
    height: 202px;
    line-height: 197px;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}
}




@media (max-width: 767px) {
.headercontainer,
.oemContainer, 
.footerContainer, 
.h-btn-container {
    width: 100%;
}

#home-page #section-1 {
    margin-top: 0;
}

.h-btn-block h2 {
    font-size: 5vw;
    line-height: 6vw;
    font-style: italic;
    margin-bottom: 1%;
}

.h-btn-block h2 span {
    font-size: 5vw;
    display: inline-block;
}

.h-btn-container {
    flex-flow: column;
}

.siteSearch {
    width: 98%;
}

.searchtext {
    font-size: 10vw;
    margin-top: 0;
}

.headerblock:nth-child(3) {
    display: none;
}

.headerlogo {
    order: 1;
    flex: 0 0 30%;
}

.headerlogo img {
    max-width: 145px;
}

.headerblock:nth-child(1) {
    order: 2;
    flex: 1 0 55%;
    padding-right: 10px;
}

.headerblock .dealer-phone {
    font-size: 4vw;
}

.headerInfo {
    display: none;
}

.h-btn-block > span {
    font-size: 2.5vw;
}

.h-btn-container a {
    padding: 5%;
}

.h-btn-container a:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
}

.h-btn-container a:nth-child(3):after {
    display: none;
}

.btnSection,
.oemSection {
    margin-top: -30px!important;
}

.headercontainer {
    align-items: flex-start;
}

.headerbackground:before,
.headerbackground:after {
    display: none;
}

#main-nav {
    background-color: #ffffff;
    color: #014890;
    margin-top: -64px;
}

#main-nav .navbar-toggle {
    position: relative;
    z-index: 333;
}

#main-nav .navbar-brand.text,
#main-nav .navbar-brand {
    display: none!important;
}

.navbar-nav>li>a {
    padding: 15px 9px;
    color: #014890;
}

.featuredInventory h2 {
    margin-bottom: -2%;
    font-size: 10vw;
    line-height: 9vw;
}

.featuredSection {
    padding: 15px 0;
}

header.body {
    margin-bottom: 0;
}

.maphourstable {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 6vw;
}

.p-header h1:before {
    top: -88%;
}

.form-header-text {
    font-size: 22px;
}

.footerContainer {
    flex-flow: column;
    text-align: center;
}

.footerBlock ul {
    margin: auto;
    width: max-content;
}

.footerBlock table {
    margin: auto;
}

.footerBlock h3 {
    margin-top: 25px;
}

.latestReviews h2 {
    text-align: center;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemContainer a {
    flex: 1 0 20%;
    padding: 3%;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 21px;
}

.searchSection {
    margin-top: 0px!important;
}
}







.ebay-button {
    width: 100%;
    font-size: 35px;
    margin-bottom: 15px;
    padding: 25px;
    background: #014890;
    border: none;
    white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
