<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page {
    background: #f9f9f9;
}
.main {
    background: #f9f9f9;
    background-image: url(/SiteCollectionDocuments/security-tips/img/bg.png);
    background: url(/SiteCollectionDocuments/security-tips/img/bg.png), -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(250,250,250,1) 100%);
    background: url(/SiteCollectionDocuments/security-tips/img/bg.png), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(100%, rgba(250,250,250,1)));
    background: url(/SiteCollectionDocuments/security-tips/img/bg.png), -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(250,250,250,1) 100%);
    background: url(/SiteCollectionDocuments/security-tips/img/bg.png), -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(250,250,250,1) 100%);
    background: url(/SiteCollectionDocuments/security-tips/img/bg.png), -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(250,250,250,1) 100%);
    background: url(/SiteCollectionDocuments/security-tips/img/bg.png), linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fafafa', GradientType=0 );
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}
.header {
    background-color: transparent;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

/* tips */
.tips-row {
    position: relative;
    font-size: 0;
    margin: 0 -15px;
}
.tips-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    margin: 40px 0;
}
.tip {
    display: table;
    width: 100%;
    font-size: 14px;
}
.tip .img,
.tip .txt {
    display: table-cell;
    vertical-align: top;
}
.tip .img {
    width: 133px;
}
.tip .img&gt;img {
    display: block;
    width: 100%;
}
.tip .txt {
    padding-top: 25px;
    padding-left: 25px;
}
.tip .txt .title {
    line-height: 1;
}
.tip .txt .desc {
    margin-bottom: 0;
}
.tips-note {
    text-align: center;
    padding: 70px 0 30px;
}
.tips-note .h2 &gt; strong { 
    font-weight: normal;
}
.tips-bar {
    padding: 25px 0;
    background-color: #00a950;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.tips-bar p { 
    padding: 5px 0;
}
.tips-bar a.more { 
    font-size: 16px; 
    color: inherit; 
    white-space: nowrap;
}

.nowrap { 
    display: inline-block; 
    white-space: nowrap;
}


@-webkit-keyframes fadeInUpSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, 25%, 0); transform: translate3d(0, 25%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInUpSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, 25%, 0); transform: translate3d(0, 25%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInUpSmall { -webkit-animation-name: fadeInUpSmall; animation-name: fadeInUpSmall;}


@media screen and (max-width: 1199px) {
    
    .tip .img { width: 106px;}
    .tip .txt { padding-top: 15px;}
    
}

@media screen and (max-width: 991px) {
    
    .tips-note { padding: 20px 0 40px;}
    .tips-col { display: block; width: 100%;}
    
}

@media screen and (max-width: 480px) {
    
    .tip .img { width: 88px;}
    .tip .txt { padding-top: 10px; padding-left: 15px;}
    
}

@media screen and (max-width: 375px) {
    
    .tip .img { width: 68px;}
    .tip .txt { padding-top: 10px; padding-left: 15px;}
    
}</pre></body></html>