/* utilities and variables */
/* espace qui va définir les gutters, les espaces après les titres, etc */
/* bloc servant à espacer des éléments (par exemples entre 2 chapitres, etc) */
/* font */
/* main elements */
/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/
/*	Resets
	------	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

a img {
  border: 0; }

body {
  font: 12px/24px Georgia, serif; }

.small, small {
  font-size: 13px;
  line-height: 18px; }

/* Selection colours (easy to forget) */
::selection {
  background: #a0c1df;
  color: black; }

::-moz-selection {
  background: #a0c1df;
  color: black; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #ffff9e; }

.clear {
  background: none;
  border: 0 !important;
  clear: both !important;
  display: block;
  float: none !important;
  font-size: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important; }

li {
  list-style-type: none; }

/* specific elements */
/** Generated by FG **/
@font-face {
  font-family: 'Kunsthalle';
  src: url("fonts/Kunsthalle.eot");
  src: local("Kunsthalle"), url("fonts/Kunsthalle.woff") format("woff"), url("fonts/Kunsthalle.ttf") format("truetype"), url("fonts/Kunsthalle.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background-color: white;
  text-align: left;
  color: #a0a0a0;
  font-family: "Kunsthalle", helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 20px; }

.sans {
  font-family: "Kunsthalle", helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 20px; }

.text, .serif {
  font-family: "Times New Roman", times, serif;
  font-size: 16px;
  line-height: 22px; }

.input {
  font-family: "Kunsthalle", helvetica, arial, sans-serif !important;
  font-size: 15px;
  line-height: 20px; }

.red {
  font-family: "Kunsthalle", helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: red; }
  .red a {
    color: red !important; }

a {
  text-decoration: underline;
  color: black; }

b, strong {
  font-weight: normal;
  color: black; }

h1 a {
  text-decoration: none;
  color: black; }

h1 {
  font-family: "Kunsthalle", helvetica, arial, sans-serif !important; }

h1, h2, h3, h4 {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: black; }

.center_content {
  text-align: center; }

.mobile {
  display: none; }

hr {
  border-color: black;
  border-width: 1px; }

#site_container {
  width: 1024px;
  margin: auto;
  text-align: left; }

/* Header ............. */
#header {
  position: fixed;
  height: 115px;
  width: 1050px;
  margin-left: 30px;
  top: 0px;
  padding-top: 15px;
  background-color: white;
  z-index: 1; }
  #header a {
    color: black;
    text-decoration: none; }

#footer {
  text-align: center;
  margin: 30px 0 60px 0;
  color: #a0a0a0; }
  #footer a {
    color: #a0a0a0; }

#shadow_header {
  display: none;
  /* displayed with javascript if scroll down of content */
  position: fixed;
  width: 1085px;
  margin-left: -25px;
  height: 19px;
  background-image: url(images/shadow_header.png);
  background-repeat: none;
  top: 130px; }

#branding {
  float: left;
  width: 160px;
  height: 34px;
  margin-left: 2px;
  padding-top: 9px; }

#main_nav {
  float: left;
  width: 640px;
  height: 40px; }
  #main_nav li {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    padding: 9px 19px 7px 19px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 2px 0; }
  #main_nav li.event_item {
    margin-left: 0 !important; }
  #main_nav li.first {
    padding-left: 0px; }
  #main_nav li.last {
    padding-right: 0px; }
  #main_nav li.selected {
    line-height: 20px;
    padding: 7px 17px 7px 17px;
    border-width: 2px 2px 0 2px; }
  #main_nav li.first.selected {
    padding: 7px 17px;
    padding-left: 0px;
    border-width: 2px 2px 0 0; }
  #main_nav li.last.selected {
    padding: 7px 17px;
    padding-right: 0px;
    border-width: 2px 0 0 2px; }

#lang_menu {
  float: left;
  width: 52px;
  height: 43px;
  text-align: right;
  height: 34px;
  padding-top: 9px; }
  #lang_menu li {
    display: block;
    float: right;
    font-size: 15px;
    font-weight: normal;
    margin-left: 6px; }
    #lang_menu li a {
      color: #a0a0a0; }
    #lang_menu li a.selected {
      color: black; }

#header #searchForm {
  float: left;
  width: 100px;
  margin: 0;
  position: relative; }

#EventDisplayForm {
  float: left;
  padding: 0; }

#search {
  margin: 0;
  height: 20px;
  font-family: "Kunsthalle", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  float: left;
  width: 80px;
  position: relative;
  line-height: 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid black;
  border-width: 2px 2px 0 2px;
  padding: 0;
  padding: 7px 5px 7px 5px;
  color: #a0a0a0; }

#search_field {
  font-family: "Kunsthalle", helvetica, arial, sans-serif;
  line-height: 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border: solid black;
  border-width: 2px;
  padding: 0;
  padding: 7px 5px 7px 5px;
  color: #a0a0a0; }

#secondary_nav {
  text-align: center;
  margin-top: 4px;
  width: 960px; }
  #secondary_nav li {
    display: inline;
    float: center;
    font-size: 15px;
    font-weight: normal;
    margin-right: 20px; }
    #secondary_nav li a {
      padding-bottom: 1px; }
    #secondary_nav li a.selected {
      border-bottom: solid black 2px; }

/* Content ............ */
#content_container {
  width: 960px;
  margin: 130px 30px 20px 30px;
  border-style: solid;
  border-color: black;
  border-width: 0 2px; }
  #content_container h1 {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 30px; }

#content_inner {
  margin: 0 30px; }
  #content_inner li {
    list-style-type: disc;
    margin-left: 14px; }
  #content_inner table {
    padding: 0; }
    #content_inner table tr, #content_inner table td {
      margin: 0;
      padding: 0; }
    #content_inner table td {
      padding: 3px 0;
      vertical-align: top; }
    #content_inner table td {
      vertical-align: top; }

.page_content {
  width: 640px;
  margin: auto;
  margin-bottom: 30px;
  color: #2a2a2a; }

.event_1col {
  margin-right: 0px !important; }

.event_2cols {
  float: left;
  width: 435px; }
  .event_2cols img.intro_image {
    width: 435px; }
  .event_2cols .page_content {
    width: 435px;
    text-align: center; }
  .event_2cols h1 {
    font-size: 29px !important;
    line-height: 31px !important; }

.intro {
  text-align: center; }

.paypal-button button:before, .paypal-button button:after, .paypal-button button {
  background: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: black !important;
  font-family: "Kunsthalle", helvetica, arial, sans-serif !important;
  border-color: #010101 !important;
  border-radius: 0 !important; }

.page_images {
  text-align: center;
  margin-bottom: 30px; }
  .page_images img {
    display: block;
    margin: auto; }

.links {
  text-align: center;
  margin-top: 20px; }

.event_list li {
  list-style-type: none !important; }
  .event_list li a {
    text-decoration: none; }

.event_item {
  padding: 10px 0;
  border-style: solid;
  border-color: black;
  border-width: 2px 0 0 0;
  color: black;
  font-weight: normal;
  cursor: pointer; }
  .event_item a {
    color: black; }

li.event_item {
  margin-left: 0 !important; }

.event_item.selected {
  color: #4c4c4c;
  border-color: #4c4c4c; }
  .event_item.selected a {
    color: #4c4c4c; }

.event_item.next_selected {
  border-color: black; }

.event_dates, .event_artist, .event_title, .event_title_big {
  text-align: left; }

.event_image {
  display: none;
  position: absolute;
  margin-left: -130px;
  margin-top: -12px; }
  .event_image img {
    width: 100px; }

.event_image.selected {
  display: block !important; }

.first_event_column {
  margin-right: 30px; }

#dates_list {
  position: absolute;
  margin-left: 640px;
  width: 130px;
  text-align: right;
  font-weight: normal; }
  #dates_list a {
    text-decoration: none; }
  #dates_list li {
    list-style-type: none; }
    #dates_list li a {
      color: #a0a0a0; }
    #dates_list li a.selected {
      color: black; }
    #dates_list li a:hover {
      color: #4c4c4c; }

/* Shop lists ............................................ */
/* Sponsoring ............................................ */
.sponsor, .sponsor_last {
  float: left;
  width: 140px;
  height: 150px; }

.sponsor {
  margin-right: 110px; }

/* About  */
.about_1 {
  float: left;
  width: 435px;
  margin-right: 30px; }

.about_2 {
  width: 435px;
  float: left;
  text-align: right; }

.about_map_iframe {
  width: 435px;
  height: 294px; }

.petition_btn {
  color: red !important; }

.event_infos a {
  text-decoration: none; }

.form-error {
  border-color: #c05252 !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fff;
  /* layer fill content */ }

input[type="radio"].form-error {
  border: solid #c05252 1px;
  background-color: red; }

.error-message {
  color: #CC3E2A;
  position: relative;
  margin-top: -4px;
  margin-bottom: 10px;
  z-index: 0; }

#payment_choice legend {
  margin-bottom: 10px; }
#payment_choice input[type='radio'] {
  float: left;
  margin-right: 20px; }

.search_title {
  width: 100%;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  border: none;
  margin-bottom: 30px; }

.order_btn {
  cursor: pointer; }

#panier {
  color: black;
  background-color: white;
  position: fixed;
  bottom: 0;
  height: 30px;
  text-align: center;
  width: 100%;
  left: 0;
  padding-top: 10px;
  border-top: solid black 2px;
  z-index: 3; }

thead {
  font-weight: normal; }
  thead th {
    font-weight: normal; }

tr#panier_total td {
  font-size: 15px !important;
  font-weight: normal; }

.achat {
  display: block;
  border-style: solid;
  border-color: black;
  border-width: 2px 0 0 0;
  padding-top: 6px !important;
  padding-bottom: 6px !important; }
  .achat input {
    width: 30px !important;
    margin-top: 3px; }
  .achat th {
    color: black; }
  .achat .achat_qte {
    width: 35px;
    text-align: right; }
    .achat .achat_qte input {
      text-align: right; }
  .achat .achat_price {
    width: 100px;
    text-align: right; }
  .achat .achat_total {
    width: 70px;
    color: black;
    text-align: right; }
  .achat .achat_title {
    text-align: left;
    width: 360px; }
  .achat .widget_delete {
    position: relative;
    text-align: right;
    cursor: pointer;
    margin-left: 10px; }
  .achat .widget_delete:hover {
    font-weight: bold; }

#panier_total {
  color: black; }

.panier_total {
  color: black;
  font-size: 16px; }

.panier_total_title, .panier_total_total {
  float: left; }

.panier_total_total {
  width: 100px;
  text-align: right; }

#panier_listing thead tr {
  border: none !important;
  margin-bottom: 10px; }

li.achat {
  list-style-type: none !important;
  margin-left: 0 !important; }

label {
  display: block;
  width: 100%;
  text-align: left; }

input[type="text"], input[type="number"] {
  font-size: 1.1em;
  font-family: arial;
  padding: 5px 0;
  margin-top: 3px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  border-bottom: solid black 2px; }

input[type='text']:focus {
  border-bottom: solid black 3px;
  margin-bottom: 9px; }

#commande_intro {
  margin-bottom: 30px; }

input[type='submit'] {
  font-family: "Kunsthalle", helvetica, arial, sans-serif;
  font-size: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: underline;
  font-size: 15px;
  padding: 0;
  margin: 0; }

@media (max-width: 680px) {
  html {
    width: 100%; }

  body {
    width: auto;
    margin: 0;
    font-size: 14px;
    line-height: 16px; }

  h1, h2 {
    font-size: 18px; }

  strong {
    color: black;
    font-weight: normal; }

  .mobile {
    display: block; }

  .desktop {
    display: none; }

  #site_container {
    width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    padding-right: 0;
    padding-left: 0; }

  #content_container {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    border: none;
    margin-right: 0; }
    #content_container h1 {
      font-size: 26px;
      line-height: 30px;
      margin: 10px 0 20px 0; }
    #content_container img {
      max-width: 100%;
      margin-bottom: 20px; }

  img#loader {
    width: 24px !important;
    height: 24px !important; }

  #content_inner {
    width: 100%;
    margin: 0; }

  #header {
    width: 100%;
    height: 50px;
    position: static;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px; }

  #shadow_header {
    display: none; }

  #branding {
    width: 100%;
    margin: 0;
    padding: 0; }

  #lang_menu {
    position: absolute;
    margin-top: -7px;
    right: 4%; }

  .event_2cols, .page_content {
    width: 100% !important; }

  .intro_image {
    width: 100% !important; }

  .first_event_column {
    margin-right: 0px; }

  h2.mobile_list_link {
    font-size: 18px; }
    h2.mobile_list_link .selected {
      text-decoration: underline; }

  h1 {
    margin: 10px 0; }

  h3 {
    color: #a0a0a0;
    font-size: mobileSize;
    font-weight: normal;
    text-align: center; }
    h3 a {
      color: #a0a0a0; }

  #mobile_menu_link {
    text-align: right;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid black 2px;
    cursor: pointer; }

  #mobile_menu {
    display: none; }

  .mobile_list {
    position: relative;
    z-index: 1;
    display: none;
    color: #a0a0a0;
    margin-bottom: 10px; }

  .mobile_list_link {
    color: #a0a0a0;
    border-top: solid #a0a0a0;
    border-width: 2px 0 0 0;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
    background-color: #fff;
    /* layer fill content */
    padding-bottom: 10px;
    position: relative;
    z-index: 2; }

  .mobile_list_link.first {
    border-top: none; }

  .mobile_list_link.selected {
    color: black; }

  .mobile_link, .mobile_list_link {
    font-weight: normal;
    cursor: pointer;
    width: 100%;
    margin: 0; }
    .mobile_link a, .mobile_list_link a {
      color: #a0a0a0; }
    .mobile_link a:hover, .mobile_link a:active, .mobile_list_link a:hover, .mobile_list_link a:active {
      color: black; }
    .mobile_link a.selected, .mobile_list_link a.selected {
      color: black; }

  .mobile_list_link:hover, .mobile_list_link:active {
    color: black; }

  .mobile_link {
    position: relative;
    z-index: 1;
    margin-bottom: 6px; }

  .mobile_link:active {
    background-color: #E7E7E7 !important; }

  #searchFormMobile {
    border-top: solid #a0a0a0 2px;
    padding-top: 10px; }

  #searchMobile {
    width: 73%;
    float: left;
    font-size: 0.9em;
    padding-left: 5px;
    border: solid black 2px; }

  #searchMobileSubmit {
    display: block;
    width: 18%;
    text-align: right;
    margin-top: 10px;
    float: right;
    text-decoration: none; }

  #impressum_mobile .selected {
    background-color: #fff;
    background-image: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .mobile_link .selected {
    box-shadow: none;
    background: transparent;
    text-decoration: underline; }

  .selected a {
    color: black; }

  h1, h2 {
    font-size: 18px;
    line-height: 23px; }

  #mobile_menu {
    border-bottom: solid black 2px; }
    #mobile_menu a {
      text-decoration: none; } }
@media (max-width: 680px) {
  #header {
    margin-top: 0px; }

  #dates_list {
    position: static;
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 30px; }
    #dates_list li {
      margin-right: 10px;
      display: inline; }

  .page_images {
    margin-bottom: 0; }

  .publication_1, .publication_2 {
    width: 100%;
    clear: both; }

  .event_dates, .event_artist, .event_title {
    clear: both;
    width: 100%; }

  .event_title_big {
    width: 100%; }

  .event_image {
    display: block;
    position: static;
    float: left;
    width: 30%;
    margin: 0; }
    .event_image img {
      margin: 0 !important; }

  .event_item {
    border-color: black;
    color: black; }
    .event_item a {
      color: black; }

  .event_infos {
    float: left;
    width: 100%; }

  .about_1, .about_2 {
    clear: both;
    margin: 0;
    width: 100%; }

  .about_map_iframe {
    width: 100%; }

  .sponsor, .sponsor_last {
    width: 43%;
    margin-right: 20px;
    text-align: center; }
    .sponsor img, .sponsor_last img {
      width: auto !important; } }
body.ui-mobile-viewport, div.ui-mobile-viewport {
  width: 100%; }

.ui-collapsible-set {
  margin: 0 0 0.5em 0 !important; }

.ui-icon-loading {
  opacity: 0; }

a.ui-link-inherit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  /* stroke */ }

.ui-btn-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  /* stroke */
  margin-bottom: 1px;
  font-size: 18px !important;
  line-height: 14px !important; }

.ui-focus,
.ui-btn:focus {
  color: black;
  -moz-box-shadow: inset 0px 0px 2px #ededed, 0px 0px 5px #ededed;
  -webkit-box-shadow: inset 0px 0px 2px #ededed, 0px 0px 5px #ededed;
  box-shadow: inset 0px 0px 2px #ededed, 0px 0px 5px #ededed; }

.asdfasdf {
  background-color: #fff;
  /* layer fill content */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  /* gradient overlay */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  /* gradient overlay */ }

.ui-collapsible-content {
  padding: 10px 0 10px 0 !important; }

.ui-icon, .ui-icon-searchfield:after {
  background: url("images/icons-18-black.png") no-repeat scroll 0 0 rgba(255, 255, 255, 0);
  border-radius: 9px 9px 9px 9px; }

.ui-icon-minus {
  background-position: -36px 50%; }

.ui-li-has-arrow .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow {
  padding-right: 40px; }

.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
  margin-top: -9px;
  margin-right: 20px;
  position: absolute;
  top: 50%; }

.ui-icon-arrow-r {
  background-position: -108px 50%; }

a.ui-link-inherit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  /* stroke */
  margin-bottom: 0px !important; }

.inner_link {
  font-size: 16px;
  padding-left: 58px !important;
  line-height: 14px !important;
  color: #a0a0a0;
  font-weight: bold; }

.simple_link {
  padding-left: 40px !important;
  color: #a0a0a0;
  font-weight: bold; }

@media (max-width: 680px) {
  #panier_listing {
    font-size: 10px;
    font-weight: normal; }

  .achat td {
    font-size: 9px !important; }

  tr#panier_total td {
    font-size: 12px !important;
    font-weight: normal; }

  .achat_title {
    width: 160px !important; }

  .panier_total_title {
    width: 160px !important; }

  #panier_total {
    font-weight: bold; }

  label, input[type='text'] {
    width: 96%; } }
#gs-ul {
  width: 290px;
  margin-top: 58px; }

.gs-webResult {
  margin-bottom: 20px; }

.gs-title a {
  color: black !important; }

.gsc-tabHeader {
  display: none; }

.gs-watermark, .gsc-twiddleRegionCell, .gsc-thumbnail-inside, .gsc-url-top, .gsc-keeper, .gsc-tabHeader {
  display: none; }

.gsc-search-button {
  display: none; }

.gsc-above-wrapper-area, #no_results_msg {
  font-style: italic;
  margin-bottom: 20px;
  font-size: 12px; }

.gs-visibleUrl, .gs-visibleUrl-short {
  font-style: italic; }

.gsc-cursor-page {
  cursor: pointer;
  display: inline;
  margin-right: 5px; }

.gsc-cursor-current-page {
  color: black; }

#gsc-i-id1 {
  width: 190px;
  padding: 3px;
  font-size: 12px; }

.gsc-table-result {
  margin: 0;
  padding: 0; }
