body,
textarea {
  font-family: sans-serif;
  color: #4C4C4C;
}

.clear {
  clear: both;
}

textarea, input {
  box-sizing: border-box;
}

.box {
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;

  background-color: #E6E6E6;
}

.modal {
  left: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: 5%;
}

@media (max-width: 500px) {
  body {
    margin: 0;
  }

  .modal {
    left: 0;
    margin: 5px;
    width: auto;
  }
}

@media (min-width: 501px) {
  .modal {
    position: relative;
  }
}

.box-inner {
  padding: 16px;
}

.val_panel {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 6px;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .val_panel {
    text-align: center;
  }
}

.val_margin {
  margin-bottom: 10px;
}

.val_marginBig {
  margin-bottom: 20px;
}

.val_errorPanel {
  border: solid thin #F5B0B5;
}

.val_errorPanel .big {
  color: #E94750;
}

.val_focusPanel {
  background-color: #CCCCCC;
}

.val_msgImgFloat {
  float: left;
  margin: 4px 10px 4px 4px;
}

.oplBlue {
  background-color: #86B9D9;
  color: white;
}

div.oauthLogins {
  padding: 0;
}
div.oauthLogins a {
  margin: 6px 2px 6px 2px;
}

.logoBg {
  padding: 20px;
}
@media (min-width: 501px) {
  .logo-left {
    float: left;
  }
  .logo-right {
    float: right;
  }
}
@media (max-width: 500px) {
  .modal-header {
    text-align: center;
  }
}

.errMsg {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.msg {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;

  top: 20px;
}
.errMsg a {
  color: #b94a48;
}
.infoMsg {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.infoMsg a {
  color: #468847;
}

.shareBox {
  bottom: 20px;
}

.center {
  text-align:center;
}
.title {
  padding: 10px;

  border-bottom: 1px solid #999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  *border-bottom: 1px solid #999;

  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.title a {
  text-decoration: none;
  color: grey;
}
.title a:hover {
  text-decoration: underline;
  color: black;
}
.title h1 {
  margin: 10px 0;
}
.big {
  font-size: 1.1em;
  font-weight: bold;
}
.small {
  font-size: 0.8em;
}

#openidInput {
  background-image: url("/val/img/openid-16x16.gif");
  background-repeat: no-repeat;
  background-position: 2px;
  width: 339px;
  padding-left: 20px;
}
@media (min-width: 501px) {
  #openidInput {
    width: 339px;
  }
  #openIdSubmit {
    width:110px;
  }
}
@media (max-width: 500px) {
  #openidLogin input {
    width: 100%;
    margin: 2px 0;
  }
}

form {
  margin: 0;
}

@media (min-width: 501px) {
  #digestLogin input[type="text"],
  #digestLogin input[type="password"] {
    width: 182px;
  }
  #digestLogin input[type="submit"] {
    width: 80px;
  }
}

@media (max-width: 500px) {
  #digestLogin input {
    width: 100%;
    margin: 2px 0;
  }
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

textarea.sparqlQuery {
  width: 100%;
  resize: vertical;
}

/* The styles below are based on Twitter Bootstrap for nicer forms and buttons*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  line-height: 18px;
  display: inline-block;
  padding: 4px 6px;
  /*margin-bottom: 9px;*/
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

@media (max-width: 500px) {
  .val_btn {
    width: 100%;
  }
}

.val_btn {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 3px 10px;
  /*margin-bottom: 0;*/
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

  font-size:14px;
}
.val_btn:hover,
.val_btn:active,
.val_btn.active,
.val_btn.disabled,
.val_btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.val_btn:active,
.val_btn.active {
  background-color: #cccccc \9;
}
.val_btn:first-child {
  *margin-left: 0;
}
.val_btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.val_btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.val_btn.active,
.val_btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.val_btn.disabled,
.val_btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.val_btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.val_btn-primary:hover,
.val_btn-primary:active,
.val_btn-primary.active,
.val_btn-primary.disabled,
.val_btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.val_btn-primary:active,
.val_btn-primary.active {
  background-color: #003399 \9;
}

  /* css dropdown from http://csswizardry.com/2011/02/creating-a-pure-css-dropdown-menu/ */
.val_hoverdd {
  list-style:none;
  margin:0;
  cursor: pointer;
  width:100%;
  padding:0;
  font-size: 0.8em;
}
.val_hoverdd li {
  vertical-align: middle;
}
.val_hoverdd a{
  /*display:block;*/
  /*padding:5px;*/
  color:#fff;
  /*background:white;*/
  text-decoration:none;
  line-height: 24px;
  height: 24px;
}
.val_hoverdd a:hover{
  color:#fff;
}
.val_hoverdd ul{
  list-style:none;
}

@media (max-width: 500px) {
  .val_hoverdd li {
    width:100%;
    margin-bottom:5px;
    text-align: center;
  }
  .val_hoverdd img {
    float: left;
  }
  .val_hoverdd li a:after {
    content: attr(data-service);
    padding-left: 5px;
    color: black;
  }
  .val_hoverdd ul{
    padding:0;
  }
  .val_hoverdd span.val_btn {
    display: none;
  }

  .val_hoverdd li a {
    text-decoration: none;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    box-sizing: border-box;
    width: 100%;
    height: auto;

    *zoom: 1;
    padding: 3px 10px;
    /*margin-bottom: 0;*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .val_hoverdd li a:hover,
  .val_hoverdd li a:active {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
  }
  .val_hoverdd li a:active {
    background-color: #cccccc \9;
  }
  .val_hoverdd li a:first-child {
    *margin-left: 0;
  }
  .val_hoverdd li a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    /* Buttons in IE7 don't get borders, so darken on hover */

    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
  }
  .val_hoverdd li a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .val_hoverdd li a.active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 501px) {
  .val_hoverdd {
    /* Clear floats */
    /*float:left;*/
    /* Bring the nav above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
  }
  .val_hoverdd li {
    line-height: 24px;
    height: 24px;
    float: left;
    margin-right:5px;
    position:relative;
  }
  .val_hoverdd li:last-child {
    margin-right:0px;
  }

  /*--- DROPDOWN ---*/
  .val_hoverdd ul{
    background:white; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    position:absolute;
    width:156px; /* space to fit 5 24x24 buttons with 2px padding */
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
    padding: 5px;
    margin: 0px;
    z-index: 1000;

    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */

  /*  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;

    /* position the dropdown over the opening link */
    /*top: 0px;*/ /* Deactived since it results in almost always pressing the first link on touch devices */
  }
  .val_hoverdd ul li{
    min-height: 24px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    zoom: 1;
    *display: inline;
    _height: 24px;
    float:none;
    margin: 0px;
  }
  .val_hoverdd ul a{
      white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
  }
  .val_hoverdd li:hover ul{ /* Display the dropdown on hover */
      left:0; /* Bring back on-screen when needed */
  }
  .val_hoverdd li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
      text-decoration:underline;
  }
  .val_hoverdd li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
      text-decoration:none;
  }
  .val_hoverdd li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
  }
}

.val_hintText {
  color: grey;
  font-size: 0.8em;
  margin-bottom: 8px;
}
val_hintText a {
  text-decoration: none;
  color: grey;
}
.val_hintText a:hover {
  text-decoration: underline;
}

span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #89A4CC;
  line-height: 16px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
span.question-big {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  border-radius: 11px;
}
span.question:hover {
  background-color: #3D6199;
}
@media (max-width: 500px) {
  span.question {
    display: none;
  }
}

div.tooltip {
  background-color: #3D6199;
  color: White;
  position: absolute;
  left: 25px;
  top: -25px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 16px;
}
div.tooltip:before {
  border-color: transparent #3D6199 transparent transparent;
  border-right: 6px solid #3D6199;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: -6px;
}
div.tooltip p {
  margin: 10px;
  color: White;
}

/* stupid IE! */
img {
  border: none;
}

/* Sparql table css based on Bootstrap */
table.sparql {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-spacing: 0;
}
table.sparql th,
table.sparql td {
  padding: 4px 5px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
table.sparql th {
  font-weight: bold;
}
table.sparql tr:hover > td,
table.sparql tr:hover > th {
  background-color: #f5f5f5;
}
table.sparql tbody:first-child tr:first-child th,
table.sparql tbody:first-child tr:first-child td {
  border-top: 0;
}
table.sparql tbody:first-child tr:first-child > td:first-child,
table.sparql tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
table.sparql tbody:first-child tr:first-child > td:last-child,
table.sparql tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
table.sparql tbody:last-child tr:last-child > td:first-child,
table.sparql tbody:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
table.sparql tbody:last-child tr:last-child > td:last-child,
table.sparql tbody:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.form-group {
  margin-bottom: 4px;
}
.form-horizontal .control-label {
  padding-top: 8px;
  margin-bottom: 0;
  text-align: right;
  font-size: 0.8em;
}
.col-sm-l {
  float: left;
  width: 30%;
  margin-right: 5px;
}
.col-sm-r {
  display: inline;
  width: 70%;
  margin-left: 5px;
}
input.error,
select.error,
textarea.error {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
