@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family:tahoma;
}
.mainTitle {
    font-family: "JF Flat Regular";
}
iframe {
    left:auto !important;
    right:-100px;
}
.block .blockIcon {
    float:right;
}
#sidebar div.block .blockTitle {
    padding-left:0;
    padding-right:35px;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    float:none;
}
.jornalItem .btn-group-vertical .btn {
    text-align:right;
}
.btn-red, .btn-primary {
	background: #449dd7;
    box-shadow: -2px 2px 0 #2f536b;
}
.btn-red:hover, .btn-primary:hover {
	background: #68b5e7;
	color: #000;
}
td[align="right"] {
    text-align:left;
}
menu, ol, ul {
  padding: 0 40px 0 0;
}
.col-lg-pull-9 {
    right:auto !important;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-left: 3px solid #D1400B;
  border-right: none;
}
.headerTitleClass img {
    float:right;
}
.headerTitleClass h1 {
    float:right !important;
}