.table textarea {
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  resize: none;
  background-color: #f2f2f2;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
}

.bg-info {
	background-color: #17a2b8;
	color: #fff;
	padding: 1rem;
	border-radius: 4px;
}
.col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}
.text-warning {
    color: #ffc107;
}
.text-warning:hover {
    color: #ffc107;
}
.table th.bg-danger, th {
  background-color: #d61100;
  color: white;
  font-size: 18px;
  padding: 8px;
}

@media (max-width: 768px) {
  .table {
    font-size: 14px;
  }
  .table textarea {
    font-size: 14px;
    height: auto;
  }
  .table th.bg-danger h3 {
    font-size: 16px;
  }
}


.table thead th {
  background: linear-gradient(0deg, rgb(193 0 0) 0%, rgb(255 0 0) 33%, rgb(185 0 0) 100%);
  color: #fff;
  font-weight: bold;
  font-family: 'Roboto Condensed', Sans-serif;
    text-shadow: 0px 1px 1px #000;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ddd;
}
.d-inline {
	font-size: 14px;
	font-weight: 600;
}
.table td,
.table th {
  padding: 6px 8px;
  font-size: 13px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table tbody tr:hover {
  background-color: #eaeaea;
}
.numball {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(135deg, #df0000 0%, #df0000 50%, rgb(168 0 0) 51%, rgb(168 0 0) 100%);
    border-radius: 50%;
    margin: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, background 0.2s ease;
    cursor: pointer;
}
.numball:hover {
    background: linear-gradient(135deg, rgb(168, 0, 0) 0%, rgb(168, 0, 0) 50%, #df0000 51%, #df0000 100%);
    transform: scale(1.1);
}
.dropdown {
  position: relative;
  width: 100%;
}
.dropdown-toggle {
  width: 100%;
  background: linear-gradient(90deg, #b30000 0%, #ff0000 50%, #b30000 100%);
  color: white;
  border: none;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 13px;
  border-radius: 4px;
  text-align: left;
  position: relative;
	cursor: pointer;
}
.dropdown-toggle::after {
  content: ' ▼';
  float: right;
  font-size: 11px;
  margin-top: 2px;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  overflow: hidden;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.text-center {
	text-align: center;
}
.dropdown-menu .dropdown-item {
  padding: 10px 12px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.d-none.d-sm-table-cell {
  display: none;
}
@media (min-width: 576px) {
  .d-none.d-sm-table-cell {
    display: table-cell !important;
  }
}
.d-block.d-sm-none {
  display: block !important;
}
@media (min-width: 576px) {
  .d-block.d-sm-none {
    display: none !important;
  }
}
.dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f7f7f7;
  color: #000;
}
@media (max-width: 575.98px) {
  .table thead th {
    font-size: 12px;
    padding: 6px;
  }
  .table td {
    padding: 5px 6px;
    font-size: 12px;
  }
  .dropdown-toggle {
    font-size: 12px;
    padding: 5px 8px;
  }
  .numball {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    margin: 1px;
  }
  .dropdown-menu .dropdown-item {
    font-size: 12px;
    padding: 8px 10px;
  }
  .table tbody tr {
    margin-bottom: 4px;
  }
  .table td .mt-1.d-block.d-sm-none small {
    font-size: 11px;
    color: #444;
    display: block;
    margin-top: 4px;
  }
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.miss {
    text-align: center !important;
    border: 1px solid #ffdbdb;
    color: black !important;
    text-shadow: 1px 1px 2px #fff;
    background: rgb(224, 224, 224);
    background: linear-gradient(0deg, rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn-block.miss:hover {
	border: 1px solid red;
}
.widget-title {
	background: linear-gradient(90deg, #b30000 0%, #ff0000 50%, #b30000 100%);
	text-align: center;
}
.miss {
    font-size: 14px;
    margin: 0 auto;
    z-index: 100;
    color: black !important;
    box-shadow: 0 5px 7px -5px #222;
    text-shadow: 1px 1px 2px #fff;
	  width: 100%;
    padding: 6px;
}
.entry-content a {
    text-decoration: none;
}
.entry-content a:hover {
    text-decoration: underline;
}
.berpacu {
  display: flex;
  justify-content: center; 
  align-items: center;
  background-color: #da0000;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 98%;
  padding: 4px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}
.berpacu:hover {
  background-color: #c10000;
  color: #fff;
}
blockquote {
    background-color: #ffffff;
    border: 1px solid #fb0000;
    margin: 20px;
    padding: 0;
    font-size: 11px;
    text-align: center;
	  font-style: normal;
}
.entry-title {
	text-align: center;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
.footers {
   background: linear-gradient(90deg, rgb(189 0 0) 0%, rgb(205 0 0) 50%, rgb(192 0 0) 100%);
    padding: 10px;
    font-size: 14px;
    color: #fff;
    text-shadow: none;
}
.blog-view, .single-view, .author-info, .archive-info, .form-404 {
    background-color: #FFF;
    border: 1px solid #ddd;
    box-shadow: none;
    margin: 0 0 10px;
    padding: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#bottom-bar {
    background-color: #ffffff;
    color: #FFF;
    width: 100%;
    min-height: 34px;
    border-top: 1px solid #ddd;
    text-shadow: 0 0 2px #000;
}
#header {background-color:rgb(255 0 0);}
	#nav-main {background-color:#d61100;}
	#nav-main .nav-main {border-left: 1px solid #ae0000; border-right: 1px solid #f42f1e;}
	#nav-main .nav-main > li, #nav-main .nav-main > ul > .page_item {border-left: 1px solid #f42f1e; border-right: 1px solid #ae0000;}
#container 	{width: 1042px;}
	#header 	{min-height: 0px;}
	#content 	{width: 71%;}
	#sidebar-left 	{width: 29%;}
	#sidebar-right 	{width: 29%;}
a { text-decoration:none; }
#below-menu { background:#036011; }
#header-logo { padding: 6px 10px; }
#nav-main .nav-main, #nav-main .nav-main > li:last-child { border-right:none; }
#nav-main .nav-main > li > a, #nav-main .nav-main > ul > .page_item > a { 
min-width:auto; padding: 12px 10px 12px; }
#nav-main .nav-main { float:right; margin-right:0px; }
#nav-main .nav-main a { font-weight:bold; text-shadow: 0 1px 2px #222; font-size:15px; }
#nav-main .nav-main a:hover { text-decoration:none; }
#nav-main .nav-main > li.current_page_item, #nav-main .nav-main a:hover { background:rgba(0,0,0,0.4); color:#FFF; }
#header-logo {
    padding: 6px 10px;
}
#nav-main * {
    -webkit-transition: all 0.14s ease-out;
    -moz-transition: all 0.14s ease-out;
    transition: all 0.14s ease-out;
}
#header-logo, #header-logo img {
    max-width: 100%;
    float: left;
}
#header-logo {
    display: inline-block;
}
#top-bar {
    background-color: #960303;
    border-bottom: none;
    padding: 4px;
    min-height: 34px;
    width: 100%;
}
#header-logo, #header-logo img {
    max-width: 100%;
    float: left;
}
@media screen and (max-width: 840px) {
    #header-logo > a {
        float: left;
        line-height: 0;
        width: 100%;
    }
}
@media screen and (max-width: 840px) {
    #header-logo {
        margin: 0;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 840px) {
    #header-logo img {
        float: none;
    }
}
@media screen and (max-width: 840px) {
    #header-logo {
        width: 40%;
    }
}

#header-logo {
    padding: 6px 10px;
}
@media screen and (max-width: 840px) {
    #nav-main {
        padding-left: 0;
			
    }
}
@media screen and (max-width: 840px) {
    #nav-main.dropped .nav-main li a {
        text-align: inherit;
        border-bottom: 1px solid #ddd;
    }
}
@media screen and (max-width: 840px) {
    #nav-main .drop-toggle {
        float: right;
        margin: 0;
    }
}
@media screen and (max-width: 840px) {
    #nav-main .drop-toggle {
        background: transparent;
        border: none;
        cursor: pointer;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (max-width: 840px) {
    #nav-main.dropped .nav-main {
        width: 100%;
        margin: 0;
			background: #d61100;
    }
}
#comment-area {
    background-color: #fafafa;
    border-radius: 2px;
	  margin-bottom: 8px;
}
#respond {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
    box-shadow: none;
    margin: 0;
}
#reply-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.comment-notes {
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}
.comment-form-comment textarea {
	background: #fbff0047;
}
.comment-author-admin > .comment-body, .bypostauthor > .comment-body {
    border-top: 6px solid #eb0000;
}
.comment-body {
    background-color: #FFF;
    margin: 0 0 10px;
    padding: 8px;
    border: 1px solid #ddd;
    box-shadow: none;
}
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
}
.comment-form label {
    font-weight: 600;
    display: block;
}
.form-submit input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}
.form-submit input[type="submit"]:hover {
    background-color: #005f8d;
}
.quicktags-toolbar {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 15px;
    background: #f7f7f7;
    border-radius: 2px;
}
.wpml_commentbox {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.wpml_ico_icon {
    cursor: pointer;
    display: inline-block;
    transition: transform 0.1s ease-in-out;
}
.wpml_ico_icon:hover {
    transform: scale(1.1);
}
.ed_button {
	border: 1px solid #ddd;
	background: #f7f7f7;
	cursor: pointer;
}
.comment-form-url {
display: none;
}
.frontier-widget {
    background-color: #FFF;
    margin: 0 0 10px;
    padding: 8px;
    border: 1px solid #ddd;
    box-shadow: none;
    word-wrap: break-word;
}
#live-style.lives a {
    border: 1px solid #dc3545;
    color: #dc3545;
    font-weight: 600;
    border-radius: 2px;
}
#comment-header .title {
    font-weight: 600;
    display: inline-block;
    float: left;
    line-height: 20px;
}
#comment-header, #respond, #no-comments, .comment-body {
    background-color: #FFF;
    margin: 0 0 10px;
    padding: 8px;
    border: 1px solid #ddd;
    box-shadow: none;
}
.verticalt-menu a {
    background: -webkit-linear-gradient(top, #F8F9F9 0%, #F4F6F6 100%);
    font-family: 'Roboto Condensed', Sans-serif;
    color: #000;
    display: block;
    padding: 2px;
    padding-left: 5px;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    border: 0px solid;
    text-align: left;
    font-weight: 500;
}
.frontier-widget li {
    border-bottom: 1px solid #e0e0e0;
    list-style: outside none none;
    margin: 0;
    padding: 1px 0;
}
.textwidget .fas, .textwidget .far, .textwidget .fab {
    color: #c10000;
    font-size: 18px;
}
.slot-sidebar-nav > li > a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: #000;
}

.btn-provider {
    text-align: center;
    display: block;
}
.frontier-widget li:last-child {
    border-bottom: none;
}
.slot-sidebar-nav > li {
    width: 100%;
    position: relative;
    display: block;
    padding: 6px;
    background: linear-gradient(to bottom, #242424 0%, #515151 46%, #242424 100%);
	border: 1px solid #fa0505;
}
.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}

.row .col-sm {
  flex: 1 1 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .row {
    display: block;
  }

  .row .col-sm {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.yoast-text-mark {
	display: none;
}

.btn-info, .btn-success, .btn-primary, .btn-warning, .btn-danger {
    text-align: left !important;
    color: white !important;
    border-radius: 5px;
    font-family: 'Roboto Condensed', Sans-serif !important;
    padding: 5px !important;
    font-size: 14px;
	width: 100%;
}

.btn-info, .btn-success, .btn-primary, .btn-warning, .btn-danger {
    display: inline-block;
    text-decoration: none;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-default {
    -moz-box-shadow: inset 0px 1px 0px 0px #f7f7f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f7f7f7;
    box-shadow: inset 0px 1px 0px 0px #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #cecece));
    background: -moz-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background: -o-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background: -ms-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background: linear-gradient(to bottom, #f3f3f3 5%, #cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#cecece',GradientType=0);
    background-color: #f3f3f3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #a2a2a2;
    color: #151515;
    text-shadow: 0px 1px 0px #fff;
}

.btn-default:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cecece), color-stop(1, #f3f3f3));
    background: -moz-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #cecece 5%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#f3f3f3',GradientType=0);
    background-color: #cecece;
}

.btn-default:active {
    position: relative;
    top: 1px;
}

.btn-primary {
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color: #3d94f6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #337fed;
    color: #ffffff;
    text-shadow: 0px 1px 0px #1570cd;
}

.btn-primary:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
    background-color: #1e62d0;
}

.btn-primary:active {
    position: relative;
    top: 1px;
}

.btn-success {
    -moz-box-shadow: inset 0px 1px 0px 0px #37ff00;
    -webkit-box-shadow: inset 0px 1px 0px 0px #37ff00;
    box-shadow: inset 0px 1px 0px 0px #37ff00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #19d604), color-stop(1, #129903));
    background: -moz-linear-gradient(top, #19d604 5%, #129903 100%);
    background: -webkit-linear-gradient(top, #19d604 5%, #129903 100%);
    background: -o-linear-gradient(top, #19d604 5%, #129903 100%);
    background: -ms-linear-gradient(top, #19d604 5%, #129903 100%);
    background: linear-gradient(to bottom, #19d604 5%, #129903 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19d604', endColorstr='#129903',GradientType=0);
    background-color: #19d604;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #009c10;
    color: #ffffff;
    text-shadow: 0px 1px 0px #2f6627;
}

.btn-success:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #129903), color-stop(1, #19d604));
    background: -moz-linear-gradient(top, #129903 5%, #19d604 100%);
    background: -webkit-linear-gradient(top, #129903 5%, #19d604 100%);
    background: -o-linear-gradient(top, #129903 5%, #19d604 100%);
    background: -ms-linear-gradient(top, #129903 5%, #19d604 100%);
    background: linear-gradient(to bottom, #129903 5%, #19d604 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#129903', endColorstr='#19d604',GradientType=0);
    background-color: #129903;
}

.btn-success:active {
    position: relative;
    top: 1px;
}

.btn-info {
    -moz-box-shadow: inset 0px 1px 0px 0px #78caf0;
    -webkit-box-shadow: inset 0px 1px 0px 0px #78caf0;
    box-shadow: inset 0px 1px 0px 0px #78caf0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #07b9d1), color-stop(1, #008ec2));
    background: -moz-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background: -webkit-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background: -o-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background: -ms-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background: linear-gradient(to bottom, #07b9d1 5%, #008ec2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07b9d1', endColorstr='#008ec2',GradientType=0);
    background-color: #07b9d1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #008fa8;
    color: #ffffff;
    text-shadow: 0px 1px 0px #0f64bf;
}

.btn-info:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #008ec2), color-stop(1, #07b9d1));
    background: -moz-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background: -webkit-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background: -o-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background: -ms-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background: linear-gradient(to bottom, #008ec2 5%, #07b9d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ec2', endColorstr='#07b9d1',GradientType=0);
    background-color: #008ec2;
}

.btn-info:active {
    position: relative;
    top: 1px;
}

.btn-warning {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffed94;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffed94;
    box-shadow: inset 0px 1px 0px 0px #ffed94;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0cd1f), color-stop(1, #dea700));
    background: -moz-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background: -webkit-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background: -o-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background: -ms-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background: linear-gradient(to bottom, #f0cd1f 5%, #dea700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0cd1f', endColorstr='#dea700',GradientType=0);
    background-color: #f0cd1f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #bd8e00;
    color: #ffffff;
    text-shadow: 0px 1px 0px #a65b00;
}

.btn-warning:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dea700), color-stop(1, #f0cd1f));
    background: -moz-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background: -webkit-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background: -o-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background: -ms-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background: linear-gradient(to bottom, #dea700 5%, #f0cd1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dea700', endColorstr='#f0cd1f',GradientType=0);
    background-color: #dea700;
}

.btn-warning:active {
    position: relative;
    top: 1px;
}

.btn-danger {
    -moz-box-shadow: inset 0px 1px 0px 0px #ff9696;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ff9696;
    box-shadow: inset 0px 1px 0px 0px #ff9696;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f01f1f), color-stop(1, #de0000));
    background: -moz-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background: -webkit-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background: -o-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background: -ms-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background: linear-gradient(to bottom, #f01f1f 5%, #de0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f01f1f', endColorstr='#de0000',GradientType=0);
    background-color: #f01f1f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #bd0000;
    color: #ffffff;
    text-shadow: 0px 1px 0px #a60000;
}

.btn-danger:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #de0000), color-stop(1, #f01f1f));
    background: -moz-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background: -webkit-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background: -o-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background: -ms-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background: linear-gradient(to bottom, #de0000 5%, #f01f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de0000', endColorstr='#f01f1f',GradientType=0);
    background-color: #de0000;
}

.btn-danger:active {
    position: relative;
    top: 1px;
}

.btn-inverse {
    -moz-box-shadow: inset 0px 1px 0px 0px #bfbfbf;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bfbfbf;
    box-shadow: inset 0px 1px 0px 0px #bfbfbf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #757575), color-stop(1, #000000));
    background: -moz-linear-gradient(top, #757575 5%, #000000 100%);
    background: -webkit-linear-gradient(top, #757575 5%, #000000 100%);
    background: -o-linear-gradient(top, #757575 5%, #000000 100%);
    background: -ms-linear-gradient(top, #757575 5%, #000000 100%);
    background: linear-gradient(to bottom, #757575 5%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#000000',GradientType=0);
    background-color: #757575;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #141414;
    color: #ffffff;
    text-shadow: 0px 1px 0px #6b6b6b;
}

.btn-inverse:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #757575));
    background: -moz-linear-gradient(top, #000000 5%, #757575 100%);
    background: -webkit-linear-gradient(top, #000000 5%, #757575 100%);
    background: -o-linear-gradient(top, #000000 5%, #757575 100%);
    background: -ms-linear-gradient(top, #000000 5%, #757575 100%);
    background: linear-gradient(to bottom, #000000 5%, #757575 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#757575',GradientType=0);
    background-color: #000000;
}

.btn-inverse:active {
    position: relative;
    top: 1px;
}