@media print {

.outline {
  outline: red solid 1px;
}

@font-face {
  font-family:TrajanPro-Regular;src:url(fonts/TrajanPro-Regular.otf);
}

@font-face {
  font-family:TrajanPro-Bold;src:url(fonts/TrajanPro-Bold.otf);
}


body,html {
  height: 100%;
  width: 100%;
}

body {
  font-family: Arial;
  background: #230E0D;
}

.grand-bg {
  background: url(img/bg.jpg) 0 0/100% 100% no-repeat #230E0D;
}

h1,h2,h3,h4,h5,h6,legend {
  font-family: 'Fjalla One', sans-serif;
}

.text-white,.text-white *,a.text-white {
  color: #fff!important;
}

#full-content {
  display: block;
  background-image: -ms-linear-gradient(top,#525A60 0,#1E0707 100%);
  background-image: -moz-linear-gradient(top,#525A60 0,#1E0707 100%);
  background-image: -o-linear-gradient(top,#525A60 0,#1E0707 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#525A60),color-stop(1,#1E0707));
  background-image: -webkit-linear-gradient(top,#525A60 0,#1E0707 100%);
  background-image: linear-gradient(to bottom,#525A60 0,#1E0707 100%);
  background-size: 100% 590px;
  background-repeat: no-repeat;
}

.slide-widget-caption .shead {
  color: #FFF;
  float: left;
  font-size: 25px;
  font-weight: lighter;
  line-height: 27px;
  text-align: left;
  text-transform: uppercase;
  width: 270px;
  font-family: 'Fjalla One', sans-serif;
}

.slide-widget-caption a {
  font-family: 'Fjalla One', sans-serif;
  background: #1C0101;
  float: right;
  font-size: 13px;
  opacity: 1;
  padding: 5px;
  position: relative;
  top: 35px;
  width: 80px;
  margin-right: 20px;
}


.text-center.text-white {
    border-top: 2px solid #4f3a39;
    padding: 10px 0;
}
.gr-primary{
	border-top:2px solid #2e3442;
}
.footer-lefts{
	float:left;
	width:49%;
}
.footer-rights{
	float:right;
	width:49%;
	border-left:2px solid #2e3442;
}
.clear{clear:both;}


#mob-image img {
  width: 100%;
}

#header-full {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  background-image: url(img/header-full-bg.png);
  background-size: 100% 55px;
  background-repeat: no-repeat;
}

.header-inner {
  background-image: -ms-linear-gradient(top,#020101 0,#3D2828 50%,#010101 100%);
  background-image: -moz-linear-gradient(top,#020101 0,#3D2828 50%,#010101 100%);
  background-image: -o-linear-gradient(top,#020101 0,#3D2828 50%,#010101 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#020101),color-stop(0.5,#3D2828),color-stop(1,#010101));
  background-image: -webkit-linear-gradient(top,#020101 0,#3D2828 50%,#010101 100%);
  background-image: linear-gradient(to bottom,#020101 0,#3D2828 50%,#010101 100%);
}

.header-row {
  padding: 0;
  margin: 0;
  display: block;
}

.top-nav {
  width: 125px;
  margin-top: 10px;
}

.top-nav li {
  float: left;
}

.top-nav li a {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #bdc3d4;
  font-size: 15px;
  font-family: 'Fjalla One', sans-serif;
}

.top-nav li:last-of-type a {
  border-right: 0;
}

.top-nav a:hover,.top-nav li:active a {
  color: #CECECE;
  text-decoration: none;
}

.top-nav li.current-menu-item a {
  color: #CECECE;
}

#dummy-f-white-bg-wrap {
  position: absolute;
  width: 100%;
  min-height: 182px;
  overflow: visible;
}

#dummy-f-white-bg {
  display: block;
  margin: 0 auto;
  width: 1134px;
  height: 182px;
  background: #fff;
  -moz-box-shadow: 0 0 30px 5px #231F21;
  -webkit-box-shadow: 0 0 30px 5px #231F21;
  box-shadow: 0 0 30px 5px #231F21;
}

.day-eve {
  display: block;
  color: #ccf;
  font-family: 'Fjalla One', sans-serif;
  font-size: 22px;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width:767px) {
	#cssmenu{
		display:none;
	}
	.mobile-practice{
		display:block!important;
	}
	.contact-form-wrap{
		display:none;
	}
	#cssmenu ul ul ul{
		background:none;
		border:none;
		box-sizing: border-box;
		padding: 0 0 5px 19px !important;
		width: 100%;
	}
	#cssmenu ul ul{
		position:relative!important;
		visibility:visible!important;
		margin-left:0!important;
		padding:0 0 0 10px;
		background:none!important;
		border:none!important;
	}
	body(
		overflw-x:hidden;
	)
	.contact-form-wrap{
		display:none;
	}
	.sidebar-box{
		display:none!important;
	}
	.fpa-carousel-container{
		display:none;
	}
  .header-phone-section {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .day-eve,.top-phone-no {
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
  }
}

@media (min-width:768px) {
  .day-eve,.top-phone-no {
    float: right;
  }

  .header-phone-section {
    margin-top: 25px;
    margin-bottom: 37px;
  }
}

@media (max-width:767px) {
  .fpa-carousel-container {
    margin-top: 32px;
  }
}

@media (min-width:768px) {
  .fpa-carousel-container {
    padding: 0;
    margin-top: 32px;
  }

  .header-inner {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.fpa-carousel-inner {
  height: 408px;
  border: 7px solid #fff;
}

.fpa-carousel-inner .item {
  margin: 0 auto;
}

.content {
  padding: 12px;
  margin: 20px 15px 0;
  background-image: url(img/content-bg-cropped.jpg);
  background-repeat: repeat;
}

.sidebar {
  margin-left: 0;
  padding-left: 0;
}

.sidebar-nav-wrap {
  border: 1px solid #000;
  background-image: -ms-linear-gradient(top,#1E0707 0,#555E65 100%);
  background-image: -moz-linear-gradient(top,#1E0707 0,#555E65 100%);
  background-image: -o-linear-gradient(top,#1E0707 0,#555E65 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1E0707),color-stop(1,#555E65));
  background-image: -webkit-linear-gradient(top,#1E0707 0,#555E65 100%);
  background-image: linear-gradient(to bottom,#1E0707 0,#555E65 100%);
  -moz-box-shadow: 0 0 15px 1px #231F21;
  -webkit-box-shadow: 0 0 15px 1px #231F21;
  box-shadow: 0 0 15px 1px #231F21;
}

.sidebar-nav-header {
  color: #fff;
  font-size: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2px 4px;
  padding: 8px 10px;
  text-transform: uppercase;
  border-bottom: 4px double #838383;
  background-image: -ms-linear-gradient(top,#545D64 0,#1F0808 100%);
  background-image: -moz-linear-gradient(top,#545D64 0,#1F0808 100%);
  background-image: -o-linear-gradient(top,#545D64 0,#1F0808 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#545D64),color-stop(1,#1F0808));
  background-image: -webkit-linear-gradient(top,#545D64 0,#1F0808 100%);
  background-image: linear-gradient(to bottom,#545D64 0,#1F0808 100%);
  font-family: 'Fjalla One', sans-serif;
}

.sidebar-nav {
  margin: 0;
  padding: 0 20px;
}

.sidebar-nav li {
  min-height: 35px;
  border-bottom: 1px solid #7d7f8f;
  margin: 0;
  position: relative;
  display: block;
}

.sidebar-nav li:last-of-type {
  margin-bottom: 15px;
  border: 0;
}

.sidebar-nav li a {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 15px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 12px;
  word-wrap: break-word;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
}

.dropdown-menu {
  border: 1px solid #000;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  border-radius: 0;
}

.dropdown-menu .current-menu-item a {
  background-color: #5b6275;
}

.dropdown-menu li a {
  white-space: normal;
}

.sidebar-nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.sidebar-nav li.dropdown ul.dropdown-menu {
  background-image: -ms-linear-gradient(top,#1E0707 0,#555E65 100%);
  background-image: -moz-linear-gradient(top,#1E0707 0,#555E65 100%);
  background-image: -o-linear-gradient(top,#1E0707 0,#555E65 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1E0707),color-stop(1,#555E65));
  background-image: -webkit-linear-gradient(top,#1E0707 0,#555E65 100%);
  background-image: linear-gradient(to bottom,#1E0707 0,#555E65 100%);
}

.sidebar-nav li.dropdown ul.dropdown-menu li:hover a {
  background: 0 0;
}

.sidebar-nav li:hover a {
  background-color: transparent!important;
}

.menu-item-has-children a .caret {
  display: none;
}

.sidebar-box {
  margin-top: 25px;
  border: 1px solid #000;
  background-image: url(img/sidebar-bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 15px;
  min-height: 480px;
  -moz-box-shadow: 0 0 15px 1px #231F21;
  -webkit-box-shadow: 0 0 15px 1px #231F21;
  box-shadow: 0 0 15px 1px #231F21;
  background-size: 100% 100%;
}

.sidebar-logo {
  margin: 1px auto;
  padding: 15px 2px;
}

.sidebar-phone {
  margin: 5px auto 10px;
}

.sidebar-address {
  padding: 10px;
  background-image: url(img/sidebar-txt-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebar-address span {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 16px;
  padding: 5px;
}

.page-content {
  padding: 16px;
  background-color: transparent;
  color: #000;
}

.the-page-title {
  font-size: 24px;
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 4px double #7d7f8f;
  color: #000;
}

.the-page-content * {
  font-family: Arial;
}

.the-page-content a,.the-page-content address,.the-page-content ol,.the-page-content p,.the-page-content span,.the-page-content ul {
  font-size: 13px;
}

.the-page-content p {
  text-align: justify;
}

#footer {
  color: #fff;
  font-size: 13px;
  font-family: Arial;
  padding-top: 35px;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
}

#foot-nav li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding-right: 20px;
  border-right: 1px solid #fff;
  margin-bottom: 5px;
}

#foot-nav li a:hover {
  text-decoration: none;
}

#foot-nav li:last-child a {
  border: 0;
}

#fpa-logo a img {
  padding-top: 35%;
}

.footer-info p {
  margin-bottom: 20px;
  line-height: 20px;
}

.footer-address a {
  color: #fff;
}

.footer-address a:hover {
  color: #fff;
  text-decoration: none;
}

.contact-form-wrap {
  width: auto;
  max-width: 490px;
  margin: 10px auto;
  background-color: transparent;
}

.contact-form-description {
  text-align: center;
  font-size: 24px;
  font-family: 'Fjalla One', sans-serif;
  margin: 10px 0;
}

.contact-form {
  border: 1px solid #000;
  background-image: -ms-linear-gradient(top,#1C0C0D 0,#545D64 100%);
  background-image: -moz-linear-gradient(top,#1C0C0D 0,#545D64 100%);
  background-image: -o-linear-gradient(top,#1C0C0D 0,#545D64 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1C0C0D),color-stop(1,#545D64));
  background-image: -webkit-linear-gradient(top,#1C0C0D 0,#545D64 100%);
  background-image: linear-gradient(to bottom,#1C0C0D 0,#545D64 100%);
  -moz-box-shadow: 0 0 15px 1px #231F21;
  -webkit-box-shadow: 0 0 15px 1px #231F21;
  box-shadow: 0 0 15px 1px #231F21;
}

.contact-form-title {
  text-align: left;
  font-size: 24px;
  color: #fff;
  padding: 10px;
  margin: 0 0 20px;
  background-image: -ms-linear-gradient(top,#1F0909 0,#535B62 100%);
  background-image: -moz-linear-gradient(top,#1F0909 0,#535B62 100%);
  background-image: -o-linear-gradient(top,#1F0909 0,#535B62 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1F0909),color-stop(1,#535B62));
  background-image: -webkit-linear-gradient(top,#1F0909 0,#535B62 100%);
  background-image: linear-gradient(to bottom,#1F0909 0,#535B62 100%);
	font-family: 'Fjalla One', sans-serif;
}

.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form textarea {
  display: block;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 4px;
}

.contact-form textarea {
  max-width: 90%;
}

.wpcf7-captchac {
  display: inline!important;
  margin-left: 5%;
  margin-top: 0;
}

.contact-form textarea+br,.wpcf7-captchac+br {
  display: none;
}

.wpcf7-captchar {
  width: 40%!important;
  display: inline-block!important;
  margin-left: 5%!important;
  margin-top: 15px;
}

.wpcf7-submit {
  text-indent: -9999px;
  border: none;
  outline: 0;
  display: inline-block;
  width: 71px;
  height: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 5%;
  background-image: url(img/submit.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#mobile {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#mobile #slim-black {
  height: 4px;
  background: #000;
}

#mobile #mob-header {
  min-height: 100px;
  text-align: center;
  position: relative;
  z-index: 999999;
  box-shadow: 0 7px 4px 0 white,0 7px 17px 0 #000;
  background-image: -ms-linear-gradient(top,#040202 0,#3C2828 50%,#010101 100%);
  background-image: -moz-linear-gradient(top,#040202 0,#3C2828 50%,#010101 100%);
  background-image: -o-linear-gradient(top,#040202 0,#3C2828 50%,#010101 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#040202),color-stop(0.5,#3C2828),color-stop(1,#010101));
  background-image: -webkit-linear-gradient(top,#040202 0,#3C2828 50%,#010101 100%);
  background-image: linear-gradient(to bottom,#040202 0,#3C2828 50%,#010101 100%);
  padding-bottom: 1px;
  margin-bottom: 1px;
}

a#m-logo-text span.fit-txt-logo {
  text-transform: uppercase;
}

a#m-logo-text span.fit-txt-logo,span.fit-txt-phone {
  display: block;
  width: 100%;
  font-family: TrajanPro-Bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0 12px;
}

span.neg-margin {
  margin-top: -20px;
}

a#m-logo-text span.fit-txt-logo:hover {
  color: #fff;
  text-decoration: none;
}

a#m-logo-text:hover {
  text-decoration: none;
}

#mobile #mob-footer {
  width: 100%;
}

.table-footer {
  margin-bottom: 0;
}

#mob-image {
  position: relative;
}

#mob-image #foot-btns {
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  bottom: 0;
}

#mob-image #foot-btns a:first-child {
  display: block;
  width: 106px;
  float: left;
}

#mob-image #foot-btns a:nth-child(2) {
  display: block;
  width: 149px;
  float: right;
}

.m-footer-headline {
  background-image: -ms-linear-gradient(top,#030303 0,#3B2727 100%);
  background-image: -moz-linear-gradient(top,#030303 0,#3B2727 100%);
  background-image: -o-linear-gradient(top,#030303 0,#3B2727 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#030303),color-stop(1,#3B2727));
  background-image: -webkit-linear-gradient(top,#030303 0,#3B2727 100%);
  background-image: linear-gradient(to bottom,#030303 0,#3B2727 100%);
}

.m-foot-cell {
  vertical-align: middle;
  width: 50%;
  min-height:65px;
  background-image: -ms-linear-gradient(top,#030303 0,#3B2727 100%);
  background-image: -moz-linear-gradient(top,#030303 0,#3B2727 100%);
  background-image: -o-linear-gradient(top,#030303 0,#3B2727 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#030303),color-stop(1,#3B2727));
  background-image: -webkit-linear-gradient(top,#030303 0,#3B2727 100%);
  background-image: linear-gradient(to bottom,#030303 0,#3B2727 100%);
}

#mob-image #foot-btns {
  padding-bottom: 10px;
}

.practice-area-p {
  margin-bottom: 0!important;
}

.border-right {
  border-right: 2px solid #543F3E;
  /*box-shadow: 2px 2px #2e3442;*/
}

#mobi-logo {
  display: block;
  margin: 0 auto;
  padding: 10px;
}

.text-white.m-header-phone {
  margin: 0;
  padding: 0;
}

#mobi-phone-no {
  display: block;
  margin: 0 auto;
  padding: 0 10px 15px;
}

.m-foot-header {
  font-size: 19px;
}

.m-click-to-mail a {
  font-size: 14px;
}

.m-click-to-mail a:hover {
  text-decoration: none;
}

.m-foot-address {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding-left: 5px;
  padding-top: 5px;
  text-shadow: 1px 1px 3px #000;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
  border-top: 2px solid #4F3A39;
  box-shadow: 2px 2px #2e3442;
}

@-ms-viewport {
  width:auto!important;
}

span.wpcf7-not-valid-tip {
  padding-left: 5%;
}

.kwayy-page-title,.kwayy-post-list,.kwayy-post-title {
  display: none;
}

ul.kwayy-html-sitemap-post-list.kwayy-page-list ul li a {
  color: #000;
}

.sidebar-box-btm-txt {
  margin-top: 12px;
}

.read-more-in-banner {
  position: absolute;
  bottom: 15px;
}

@media (max-width:990px) {
  .read-more-in-banner {
    left: 27%;
  }
}

@media (max-width:768px) {
  .read-more-in-banner {
    left: 25%;
  }
}

@media (min-width:990px) {
  .read-more-in-banner {
    left: 30%;
  }
}

.foot-address p {
  margin-bottom: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignleft,.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

#cssmenu {
  padding-left: 20px;
  padding-right: 20px;
}

#cssmenu ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}

#cssmenu ul li {
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}

#cssmenu ul li.hover,#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  z-index: 598;
}

#cssmenu ul ul li {
  float: none;
}



#cssmenu ul li:hover>ul {
  visibility: visible;
}

#cssmenu ul ul {
  left: 0;
  top: 0px;
}

#cssmenu ul li {
  border-bottom: 1px solid #7D7F8F;
  float: none;
}

#cssmenu {
  background: linear-gradient(to bottom,#1E0707 0,#555E65 100%) rgba(0,0,0,0);
}

#cssmenu a,#cssmenu span {
  color: #FFF;
  display: block;
  font-family: 'Fjalla One', sans-serif;
  font-size: 15px;
  padding-bottom: 5px;
  padding-right: 12px;
  padding-top: 5px;
  word-wrap: break-word;
}

#cssmenu ul:after,#cssmenu:after {
  content: '';
  display: block;
  clear: both;
}

#cssmenu>ul>li ul ul,#cssmenu>ul>li ul ul li:first-child,#cssmenu>ul>li ul ul li:last-child,#cssmenu>ul>li:first-child,#cssmenu>ul>li:last-child {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#cssmenu li,#cssmenu ul {
  width: 100%;
}

#cssmenu a {
  color: #FFF;
  line-height: 160%;
  padding: 1px 10px;
}

#cssmenu ul ul {
  background: linear-gradient(to bottom,#1E0707 0,#555E65 100%) rgba(0,0,0,0);
  border: 1px solid #000;
  width: 260px;
  margin-left:258px;
}

#cssmenu .has-sub {
  position: relative;
}

#cssmenu .has-sub:after,#cssmenu .has-sub>ul>.has-sub:hover:after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url(img/nav-arrow.png);
  background-origin: content-box;
  background-position: right center;
  background-repeat: no-repeat;
}

#cssmenu .has-sub:hover:after,#cssmenu .has-sub>ul>.has-sub:after {
  background-image: url(img/nav-arrow.png);
  background-origin: content-box;
  background-position: right center;
  background-repeat: no-repeat;
}

.the-page-content li {
  list-style-type: square ! important;
  list-style-image: url(http://bourlonlawfirm.com/wp-content/uploads/2015/04/bm.png);
}

.the-page-content iframe{
	width:100%;
}

.mobile-practice{
	display:none;
	background: linear-gradient(to bottom,#1E0707 0,#555E65 100%) rgba(0,0,0,0);
}
.mobile-practice li{
	border-bottom:1px solid #7d7f8f;
	float:none;
}
.mobile-practice ul{
	margin:0;
	padding:0 15px;
}
.mobile-practice li a{
	color: #fff;
    display: block;
    font-family: "Fjalla One",sans-serif;
    font-size: 15px;
    padding-bottom: 5px;
    padding-right: 12px;
    padding-top: 5px;
    word-wrap: break-word;
}

}