<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global style */
.firstline {
    text-indent: 2em;
}

a.more {
    display: inline-block;
    padding: 2px 5px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;

    background:none repeat scroll 0 0 transparent;
    background-color: #f08300;
    background-image: url(../images/overlay-sprite.png);
    _background-image: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);

    -moz-user-select: none;
    -webkit-user-select: none;
}
a.more:hover {
    background-color: #ffaa01;
}
a.nu {
    text-decoration: none;
}
a.nu:hover {
    text-decoration: none;
}

div.pic-title {
    text-align: center;
    margin: 5px 0;
    color: #888;
}

.text-center {
    text-align: center;;
}

/* Next Steps */
#nextsteps {
    border-top:2px solid #E9E9E9;
    font-size:13px;
    font-weight:bold;
    padding: 10px;
}

#nextsteps ul {
    list-style:none outside none;
    padding:5px 0 5px 0;
}

#nextsteps ul li {
    padding:4px 8px 8px;
}

#nextsteps a {
    outline:medium none;
    text-decoration:none;
    font-weight:normal;
}

#nextsteps a:hover {
    text-decoration:underline;
}

#content2 h4 {
    margin:0;
    padding:8px 10px;
    font-weight:normal;
    font-size:14px;
}

/* Related Links */
.contentBlock {
    position: relative;
    z-index: 2;
}

.contentBlock h4 {
    background-color:#EFEFEF;
    border-bottom: 1px solid #FAFAFA;
}

.contentBlock a {
    display:block;
    font-weight:normal;
    margin:0;
    padding:0 25px;
    text-decoration:none;
}
.contentBlock a.a {
    color: #f08300;
}
 .contentBlock a.a,.contentBlock a:hover{
    background: #fff;
    color:#f08300;
}

.contentBlock ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.contentBlock ul li {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    margin: 0 5px;
    font-size: 16px;
}

/* Solution List */
.listPart {
    float:left;
    margin-left: 30px;
    width: 340px;
}

.listBusiness {
    float: left;
    margin-left: 30px;
    width: 530px;
}
#contentholder { margin:0 auto; }

/* layout */
.content { -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; background: #fff; }
@-moz-document url-prefix() { .content { border: 1px solid; border-color: #e5e5e5 #dbdbdb #d2d2d2;  } } /* FF2 */
.content { *border: 1px solid; *border-color: #e5e5e5 #dbdbdb #d2d2d2; } /* IEs */
.content:nth-child(1n) { border: none; } /* reset for smart browsers */

.content,
.rounded { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; }

@media ( max-width:1200px ){
    .listPart { width: 240px; }
    .listBusiness { width: 310px; }
    .contentBlock ul li{ margin: 0 6px; }
}
@media(max-width:992px){
    .contentBlock ul li{ display: none }
    #contentholder { padding-top:20px; padding-bottom: 20px; }
}
</pre></body></html>