<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.containerGrid {
	 clear: both;
	 overflow: auto;
}
 .oneThird{
	 float:left;
	 margin-right:2%;
	 width:32% 
}
 .gridLast{
	 margin-right:0 
}
 .header {
	 background-color: #004890;
}
 .containerLeft {
	 background-color:#f8f8f8;
	 border: 1px solid #ddd;
	 float:left;
	 width: 280px;
	 padding: 20px;
	 margin-right: 20px;
}
 .label {
	 font-size: 14px;
	 font-weight: 600;
	 padding: 0;
	 white-space: wrap;
	 margin-bottom: 7px;
}
 input[type="text"] {
	 color: #555;
	 display:block;
	 font-size: 14px;
	 line-height: 24px;
	 width: 100%;
	 margin-bottom: 8px;
	 margin-top: 4px;
}
 .spaceTop {
	 font-family: 'Open Sans', sans-serif;
	 padding-bottom: 30px;
}
 #removeTitle1 {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
 #removeTitle2 {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
 #removeTheAddress {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
#removePhone {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
 #removeDivision {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
 #removeFax {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
 #removeCell {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
 #removeFacebook {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
 #removeInstagram {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
 #removeTwitter {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
 #removeYouTube {
	 cursor: pointer;
	 font-size: 13px;
	 font-weight: normal;
	 color:rgb(0, 0, 238);
}
 .intro {
	 font-family: 'Open Sans', sans-serif;
	 padding: 0;
}
 .intro h2 {
	 color:#004890;
}
 .help {
	 margin-left: 340px;
	 background-color: #f8f8f8;
	 border:1px solid #ddd;
	 border-radius: 5px;
	 font-size: 13px;
	 padding: 20px;
	 margin-bottom: 30px;
}
 hr {
	 clear: both;
	 border: 0;
	 border-top: 1px solid #ddd;
	 margin-top: 20px;
	 margin-bottom: 20px;
}
 .containerLeft h3 {
	 font-family: 'Open Sans', sans-serif;
	 font-size: 14px;
}
 .chromeMessageOverlay {
	 background-color: rgba(0,0,0,.5);
	 position: fixed;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 top: 0;
	 font-family: 'Open Sans', sans-serif;
}
 .chromeMessageOverlay .card {
	 background-color:#fff;
	 border: 1px solid #ddd;
	 padding: 20px;
	 text-align: center;
	 margin: 120px auto 0;
	 width:300px;
}
 .ua-chrome .chromeMessageOverlay {
	 display: none;
}

.sm-icon img {
    width: 34px;
    height: 24px;
}
 </pre></body></html>