@charset "UTF-8";
#container {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.th {
  display: table-cell;
  font-weight: bold;
  text-align: center;
}

.red {
  color: #f00;
}

a.sp {
  display: none !important;
}

#header {
  width: 100%;
}

body {
  position: relative;
}

h1 {
  border-bottom: 1px solid #888;
  font-size: 1.5em;
  padding: 5px 0;
}

#main-banner-area {
  width: 980px;
  height: 155px;
  margin: 20px 0 -8px;
  padding: 0;
  position: relative;
}

#main-banner-area div {
  position: absolute;
  top: 76px;
  left: 58px;
}

#main-banner-area div p {
  line-height: 165%;
  font-size: 0.85em;
}

div.banner-area {
  text-align: right;
  margin: 0 0 25px;
}

/* 更新履歴 */
#history-area {
  margin: 0 auto 35px;
  width: 950px;
}

#history-area .history-title {
  margin: 0 0 10px 0;
  padding: 0 0 5px 5px;
  border-bottom: 1px solid #999999;
}

#history-area .history-title p {
  float: left;
}

#history-area .history-title p + p {
  float: right;
  font-size: 0.9em;
}

#history-area .history-title p + p img {
  vertical-align: 0px;
  margin-left: 2px;
}

#history-area .history-left {
  float: left;
  width: 470px;
}

#history-area .history-right {
  float: right;
  width: 470px;
}

#history-area .history-left p, #history-area .history-right p {
  margin: 7px 0 0 0;
  padding: 0 0 3px 0;
  font-size: 0.85em;
  border-bottom: 1px dotted #999999;
}

/* フォームエリア */
#form-area {
  width: 980px;
}

#form-area .title {
  margin-bottom: 30px;
}

#form-area .title h2 {
  float: left;
  font-size: 1.3em;
  padding: 12px 0 0 0;
}

#form-area .title div {
  text-align: center;
}

#form-area .title span.caution a {
  display: inline-block;
  padding: 8px 18px 8px 35px;
  border: 1px solid #333333;
  border-radius: 5px;
  font-size: 0.95em;
  background: url(/static/images/product/desk_rack/p-stand/ico_exclamation.png) no-repeat 7px 6px;
  background-color: #EEEEEE;
}

#form-area .title span a {
  margin: 0 0 0 10px;
  display: inline-block;
  padding: 8px 30px 8px 15px;
  border: 1px solid #1c64b3;
  border-radius: 5px;
  font-size: 0.95em;
  background: url(/static/images/product/desk_rack/p-stand/sankaku_8.png) no-repeat 258px 10px;
  background-color: #EEFAFE;
}

#form-area .title span a:hover {
  text-decoration: underline;
}

#form-area .search-keyword {
  width: 980px;
  background-color: #DAEBFB;
  margin: 10px 0 0 0;
  padding: 15px 0;
  text-align: center;
}

#form-area .search-keyword p {
  margin: 10px 0 0 20px;
  float: left;
}

#form-area .search-keyword p span.blue {
  font-weight: bold;
  color: #1F4DA9;
  font-size: 1.1em;
}

#form-area .search-keyword input {
  margin: 0 0 0 58px;
  padding: 7px 10px 6px;
  float: left;
  width: 280px;
  ime-mode: disabled;
  font-size: 1.05em;
}

#form-area #search-keyword-result {
  padding: 0 0 20px 0;
  display: none;
  background-color: #DAEBFB;
}

#form-area #search-keyword-result ul {
  margin: 0 0 0 255px;
}

#form-area #search-keyword-result ul li {
  float: left;
}

#form-area #search-keyword-result ul li a {
  margin: 0 5px 7px 0;
  padding: 6px 3px 5px 10px;
  background-color: #FFFFFF;
  display: block;
  width: 160px;
  border: 1px solid #2460A8;
  border-radius: 20px;
  font-size: 0.85em;
}

#form-area #search-keyword-result ul li a img {
  vertical-align: 0px;
  margin-right: 5px;
}

#form-area #search-keyword-result .result {
  margin-left: 255px;
  float: left;
  color: #EE0000;
}

#form-area #search-keyword-result .non_search_btn {
  margin-left: 15px;
  float: left;
}

#form-area #search-keyword-result .non_search_btn img {
  vertical-align: 1px;
  margin-right: 5px;
}

#form-area #search-keyword-result .result {
  margin-left: 255px;
  float: left;
  color: #EE0000;
}

#form-area .search-tvsize {
  width: 980px;
  background-color: #DAEBFB;
  margin: 5px 0 0 0;
  padding: 15px 0;
  text-align: center;
}

#form-area .search-tvsize p {
  margin: 13px 0 0 20px;
  float: left;
}

#form-area .search-tvsize p span.blue {
  font-weight: bold;
  color: #1F4DA9;
  font-size: 1.1em;
}

#form-area .search-tvsize ul {
  margin: 0 0 0 220px;
}

#form-area .search-tvsize ul li {
  float: left;
}

#form-area .search-tvsize ul li a {
  margin: 0 15px 7px 0;
  padding: 10px 3px;
  background-color: #FFFFFF;
  display: block;
  width: 95px;
  border: 1px solid #2460A8;
  border-radius: 5px;
  box-shadow: 2px 2px 0px #2460A8;
  font-size: 0.9em;
}

#form-area #search-tvsize-result {
  padding: 0 0 20px 0;
  display: none;
  background-color: #DAEBFB;
}

#form-area #search-tvsize-result ul {
  margin: 0 120px 0 220px;
}

#form-area #search-tvsize-result ul li {
  float: left;
}

#form-area #search-tvsize-result ul li a {
  margin: 0 20px 7px 0;
  padding: 6px 3px 5px 10px;
  background-color: #FFFFFF;
  display: block;
  width: 60px;
  border: 1px solid #2460A8;
  border-radius: 13px;
  font-size: 0.85em;
}

#form-area #search-tvsize-result ul li a img {
  vertical-align: 0px;
  margin-right: 5px;
}

#form-area .search-select {
  width: 950px;
  background-color: #109AFB;
  margin: 30px 0 20px 0;
  padding: 20px 15px 10px;
  text-align: center;
}

#form-area .search-select p {
  margin: 0;
  float: left;
  text-align: left;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.4em;
}

#form-area .search-select .btn_reset {
  margin: 5px 0 0 0;
  float: right;
}

#form-area .search-select .btn_reset span {
  padding: 3px 15px 2px 27px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  font-size: 0.85em;
  background: #f0f2ef url(/static/images/product/desk_rack/p-stand/sankaku_8.png) no-repeat 13px 7px;
  text-align: left;
}

#form-area .search-select ul {
  margin: 15px 0 0 0;
  padding: 0;
}

#form-area .search-select ul li {
  float: left;
  margin: 0;
}

#form-area .search-select ul li:first-child {
  margin: 0 14px 0 0;
}

#form-area .search-select ul li span.input {
  display: inline-block;
  width: 446px;
  margin: 10px 0 10px 0;
  padding: 18px 5px 18px 15px;
  border: 1px solid #000;
  background: #ffffff url(/static/images/product/desk_rack/p-stand/sankaku_d.png) no-repeat 95% 25px;
  line-height: 25px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}

#form-area .search-select ul li span.input span.normal {
  font-weight: normal;
}

#form-area .search-select ul li span.empty {
  /*		box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.8); */
}

#form-area .search-select ul li#btnSubmit {
  display: none;
}

#form-area .search-select ul li#btnSubmit span {
  display: inline-block;
  width: 184px;
  margin: 10px 0;
  padding: 7px 0;
  border: none;
  background-color: transparent;
  line-height: 25px;
}

#form-area .search-select ul li img:hover {
  opacity: 1 !important;
}

#form-area .search-select ul li a.selectbk {
  color: #000000;
}

#form-area .search-select ul li a.dispib {
  display: inline-block;
}

#form-area .search-select ul li a.dispno {
  display: none;
}

#form-area .search-select ul li #model-select-nolink {
  display: inline-block;
  background: #efefef url(/static/images/product/desk_rack/p-stand/sankaku_d.png) no-repeat 95% 25px;
  cursor: default;
}

#form-area .restrict {
  width: 978px;
  margin: 10px 0;
  padding: 10px 0;
  border: 2px solid #d3d3d3;
  display: block;
}

#form-area .restrict h2 {
  font-size: 1.3em;
  margin: 7px 10px 20px;
  text-align: center;
}

#form-area .restrict .restrict-upper {
  margin: 10px 0 25px 40px;
}

#form-area .restrict .restrict-upper div {
  display: inline;
  margin-right: 25px;
  font-size: 1.1em;
  line-height: 30px;
}

#form-area .restrict .restrict-lower {
  margin: 0 0 15px 40px;
}

#form-area .restrict .restrict-lower span {
  margin-right: 40px;
  font-size: 1.1em;
}

#form-area .restrict .restrict-lower input[type=checkbox] {
  display: none;
  /* checkboxを非表示にする */
}

#form-area .restrict .restrict-lower label {
  position: relative;
  /* ボックスの位置を指定する */
  padding: 0 0 0 25px;
  /* ボックス内側の余白を指定する */
}

#form-area .restrict .restrict-lower label:after {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 50%;
  /* 上部から配置の基準位置を決める */
}

.restrict-lower label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 50%;
  /* 上部から配置の基準位置を決める */
}

#form-area .restrict .restrict-lower label:after {
  left: 0;
  /* 左から配置の基準位置を決める */
  margin-top: -12px;
  /* チェック枠の位置 */
  width: 15px;
  /* ボックスの横幅を指定する */
  height: 15px;
  /* ボックスの高さを指定する */
  border: 2px solid #ccc;
  /* ボックスの境界線を実線で指定する */
}

#form-area .restrict .restrict-lower label:before {
  left: 6px;
  /* 左から配置の基準位置を決める */
  margin-top: -10px;
  /* チェックマークの位置 */
  width: 5px;
  /* ボックスの横幅を指定する */
  height: 9px;
  /* ボックスの高さを指定する */
  border-right: 3px solid #ff0000;
  /* 境界線（右）のスタイルを指定する */
  border-bottom: 3px solid #ff0000;
  /* 境界線（下）のスタイルを指定する */
  transform: rotate(45deg);
  /* 要素を回転させる */
  opacity: 0;
  /* 要素を透過指定する */
}

#form-area .restrict input[type=checkbox]:checked + label:before {
  opacity: 1;
  /* 要素を表示する */
}

#form-area .restrict select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 30px;
  padding: 3px 10px;
  border: 1px solid #7e7e7e;
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
  font-size: 0.9em;
}

.sort-area select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 30px;
  padding: 3px 10px;
  border: 1px solid #7e7e7e;
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
  font-size: 0.9em;
}

#form-area .restrict select#setting-type {
  width: 130px;
  background: url(/static/images/product/desk_rack/p-stand/sankaku_ud.png) no-repeat 110px 6px;
}

#form-area .restrict select#price-low, #form-area .restrict select#price-hi {
  width: 125px;
  background: url(/static/images/product/desk_rack/p-stand/sankaku_ud.png) no-repeat 105px 6px;
}

.sort-area select {
  width: 125px;
  background: url(/static/images/product/desk_rack/p-stand/sankaku_ud.png) no-repeat 105px 6px;
}

#form-area .restrict select#model-size {
  width: 125px;
  background: url(/static/images/product/desk_rack/p-stand/sankaku_ud.png) no-repeat 105px 6px;
}

#form-area .restrict select option {
  background-color: #fff;
  color: #333;
}

.sort-area select option {
  background-color: #fff;
  color: #333;
}

#form-area .restrict select::-ms-expand, .sort-area select::-ms-expand {
  display: none;
}

#form-area .restrict select:-moz-focusring, .sort-area select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

#form-area .btnReset {
  text-align: right;
  margin: 20px 0;
}

#form-area .btnReset .modalOpen {
  display: none;
}

#form-area .btnReset span {
  padding: 3px 15px 2px 27px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  font-size: 0.85em;
  background: #f0f2ef url(/static/images/product/desk_rack/p-stand/sankaku_8.png) no-repeat 13px 7px;
  text-align: left;
}

#form-area .btnReset .non-search span {
  padding: 0;
  border: none;
  border-radius: 5px;
  font-size: 0.85em;
  background: #FFFFFF none;
  text-align: left;
  display: inline-block;
  margin-right: 9px;
}

#form-area .btnReset .non-search img {
  margin-right: 4px;
  vertical-align: -1px;
}

/* 検索システムに該当機種が無い場合 */
/* 結果表示 */
#result-area {
  width: 980px;
}

#result-area h2 {
  padding: 0 0 5px 0;
  float: left;
  font-size: 1.3em;
}

#result-area h2 span {
  font-size: 1.4em;
}

#result-area .restricted {
  margin: 10px 0 20px 0;
  font-weight: bold;
  width: 770px;
  float: left;
}

#result-area .sort-area {
  float: right;
  width: 210px;
}

#result-area .restricted span {
  color: #fff;
  background-color: #626262;
  padding: 2px 4px 1px 4px;
}

#result-area .table {
  border-top: 1px solid #888;
  width: 100%;
}

#result-area .td_img {
  border-bottom: 1px solid #888;
  padding: 25px 5px 25px 10px;
}

#result-area .td {
  border-bottom: 1px solid #888;
  padding: 23px 5px 22px 10px;
}

#result-area .td a img {
  z-index: -100;
}

#result-area .caption {
  margin: 10px 0;
  font-size: 1em;
  width: 750px;
  line-height: 135%;
}

#result-area .ft-ico {
  margin: 0 0 10px 0;
}

#result-area .ft-ico ul li {
  float: left;
}

#result-area .ft-ico ul li span {
  display: inline-block;
  margin: 5px 6px 5px 0;
  padding: 9px 5px;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  background-color: #049bfc;
  min-width: 100px;
  text-align: center;
}

#result-area .p-name {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 1em;
}

#result-area .p-no {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 1em;
}

#result-area .price, #result-area .op {
  margin: 0 0 8px 0;
  font-size: 0.9em;
}

#result-area .p-no img {
  margin-right: 3px;
  vertical-align: -1px;
}

#result-area .p-info {
  margin: 15px 0 0 0;
}

#result-area .p-info .table {
  width: 500px;
  border-collapse: collapse;
  border: 1px solid #D8D8D8;
}

#result-area .p-info .table .th {
  background-color: #EEEEEE;
  text-align: center;
  border: 1px solid #D8D8D8;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.2;
  padding: 8px 0;
}

#result-area .p-info .table .td {
  text-align: center;
  border: 1px solid #D8D8D8;
  font-size: 0.9em;
  line-height: 1.2;
  padding: 8px 0;
}

#result-area .detail-link {
  text-align: right;
  margin: 30px 0 0 0;
}

#result-area .detail-link a {
  display: inline-block;
  padding: 10px 20px 10px 30px;
  border: 1px solid #1564b4;
  background: url(/static/images/product/desk_rack/p-stand/sankaku_8.png) no-repeat 13px 11px;
  font-size: 0.9em;
}

#result-area p#stand_request {
  width: 46.53%;
  margin: 65px auto 0;
  text-align: center;
  clear: both;
}

#result-area p#stand_request a {
  display: block;
  margin: 15px 0;
  padding: 30px 0;
  border: 1px solid #000000;
  font-size: 1.1em;
}

#result-area p#stand_request a img {
  vertical-align: baseline;
  padding: 0 0 0 5px;
}

/* 検索結果なし */
.bottom-banner-area {
  margin: 20px auto 30px;
  width: 400px;
}

.bottom-banner-area a {
  padding: 22px 0 18px 50px;
  width: 350px;
  border: 2px solid #109AFB;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 1.3em;
  background: #FFFFFF url(/static/images/product/desk_rack/mobile/desk_p-stand.png) no-repeat 7% center;
  background-size: 50px 56px;
}

/* モーダルウィンドウ */
.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

.modal ul li {
  float: left;
  display: inline-block;
  margin: 0 10px 16px 0;
}

.modal ul.modal_li li {
  margin: 0 10px 0 0 !important;
}

.modal ul li span.select-btn {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: table-cell;
  height: 44px;
  line-height: 145%;
  margin: 0 34px 11px 0;
  vertical-align: middle;
  padding: 13px 0 13px 0;
  width: 215px;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3;
  color: #109AFB;
  text-align: center;
}

.modal ul li span.select-btn:hover {
  background-color: #f0f0f0;
}

.modal ul li a.one span.select-btn {
  padding: 16px 0 15px 0;
}

.modal ul li span.select-btn span.read {
  display: block;
  font-weight: normal;
  font-size: 0.7em;
  line-height: 1.3;
  color: #333;
}

.modal ul li :hover {
  text-decoration: none;
}

.modal ul li span.select-list {
  padding: 0 0 0 5px;
}

.modal #model-list-inner ul li span.select-list {
  font-size: 1.05em;
}

.modal ul li span.select-list span {
  font-size: 1em;
}

.modal .inner ul li.selecttab {
  width: 446px;
  padding: 18px 5px 18px 15px;
  background: #ffffff url(/static/images/product/desk_rack/p-stand/sankaku_d.png) no-repeat 95% 25px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 !important;
  float: left;
}

.modal .inner ul li.selecttab span.input {
  line-height: 25px;
  background: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

.modal .inner ul li.selecttab span span.normal {
  font-weight: normal;
}

#model-list div.detail-list li {
  width: 285px;
}

#maker-list-inner div.detail-list {
  background: #ffffff;
  border: 1px solid #000000;
  margin: -1px 0 0 0;
  padding: 21px 0 0 0;
}

#model-list-inner div.detail-list {
  margin: -1px 0 0 0;
  padding: 30px 0 0 0;
  background: #ffffff;
  border: 1px solid #000000;
}

#model-list-inner ul.modal_li li.dark-tab {
  float: left;
  width: 466px;
  padding: 0;
  margin: 0 14px 0 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  background: #000000;
  opacity: 0.1;
  font-size: 1.2em;
  font-weight: bold;
}

#model-list-inner ul.modal_li li.dark-tab span.normal {
  font-weight: normal;
}

#model-list-inner ul.modal_li li.dark-tab a {
  display: block;
  color: #000000;
  font-weight: bold;
}

#model-list-inner ul.modal_li li.dark-tab a span {
  display: block;
  padding: 18px 5px 18px 15px;
  line-height: 25px;
  background: #ffffff url(/static/images/product/desk_rack/p-stand/sankaku_d.png) no-repeat 95% 25px;
}

#maker-list-inner div.detail-list ul {
  padding: 0 0 10px 20px;
}

#model-list-inner div.detail-list ul {
  padding: 0 0 10px 45px;
  font-size: 0.9em;
}

#model-list-inner div.detail-list ul li {
  margin: 0 10px 23px 0;
}

#model-list-inner div.detail-list ul li img {
  vertical-align: 0px;
}

#model-list-inner .non-model a {
  margin: 0 35px 25px auto;
  padding: 10px 10px;
  display: block;
  width: 210px;
  border: 1px solid #244EA7;
  border-radius: 8px;
  font-size: 0.8em;
  text-align: center;
}

#model-list-inner .non-model a img {
  margin: 0 0 0 8px;
  vertical-align: middle;
}

/* オーバーレイ */
.overLay {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 150;
}

/* モーダルウィンドウの中身 */
.modal .inner {
  position: absolute;
  z-index: 151;
  top: 463px;
  width: 950px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
}

#caution-list #caution-list-inner {
  background-color: #ffffff;
  top: 150px;
  width: 780px;
}

#caution-list #caution-list-inner .detail-list {
  padding: 45px 40px 50px 25px;
  position: relative;
}

#caution-list #caution-list-inner .title {
  margin: 0 0 35px 0;
  font-size: 1.4em;
  text-align: center;
}

#caution-list #caution-list-inner p {
  margin: 0 0 0 1em;
  font-size: 1em;
  text-align: left;
  text-indent: -1em;
  line-height: 1.3em;
}

#caution-list #caution-list-inner p + p {
  margin-top: 20px;
}

#caution-list #caution-list-inner .close-btn {
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
  height: 26px;
  background-color: #A0A0A0;
  cursor: pointer;
}

#caution-list #caution-list-inner .close-btn img {
  margin: 3px 0 0 3px;
  width: 20px;
  height: 20px;
}

body.ie10 .modal .inner {
  position: absolute;
  z-index: 151;
  top: 458px;
  width: 946px;
  margin: 0a auto;
  left: 50%;
  transform: translate(-50%);
}

body.chrome .modal .inner {
  top: 461px;
}

/* chromeの位置調整 */
/* Edgeの位置調整 */
@supports (-ms-ime-align: auto) {
  body.chrome .modal .inner {
    top: 463px;
  }
}

#maker-list #maker-list-inner {
  /*background:#ffffff; */
}

#loadingImg .inner {
  text-align: center;
}

.red {
  color: #FF0000;
}

/* テレビ保護パネルバナー */
#bnr_filter {
  margin: 65px 0;
  padding: 50px 0;
  background: #f6f6f6;
  text-align: center;
}

#bnr_filter p {
  text-align: center;
}

/* 吹き出し */
.popup {
  display: none;
  padding: 15px;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 10px;
}

span.popspan {
  display: block !important;
  margin: 0 0 10% !important;
  color: #333333 !important;
  font-size: 0.95em !important;
}

span.popimg {
  display: block !important;
  margin: 0 auto !important;
  color: #333333 !important;
  font-size: 0.95em !important;
}

span.popspan-b {
  display: block !important;
  text-align: right !important;
  margin: 5% -2% 0 0 !important;
  color: #333333 !important;
  font-size: 0.95em !important;
}
