/********** Desktop styles ***********/
/* site default */
h1 {
  text-align: center;
  font-size: 160%;
}

/* сторінка ао замовчуванні */
DIV.sto_dft {
  font-size: 120%;
  background-color: #ABA272;
  width: 100%;
  margin-left: 0%;
}
DIV.sto_idx {
  background-color: #BBB282;
  width: 100%;
  margin-left: 0%;
}
/* Front Board version 2 */
DIV.fBoard {
  margin: 0.5em;
  padding: 0;

  height: auto;
  width: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 2em;

  border: 1px #898 solid;
  text-decoration: none;
  box-shadow: 1em 1em 2em #555;
  -moz-box-shadow: 1em 1em 2em #555;
  -ms-box-shadow: 1em 1em 2em #555;
  -webkit-box-shadow: 1em 1em 2em #555;
  -o-box-shadow: 1em 1em 2em #555;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;

  background: #fcfff4; /* Old browsers */
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfff4", endColorstr="#b3bead",GradientType=0 ); /* IE6-9 */
  /* background: #0FF; /* test */
  /* CUSTOM for slavdom.org */
  float: left;
  min-width: 40%;
  max-width: 50%;
  margin-left: 10%;
}


/* default tone: light */
.gray_gradient {
 background: rgb(252,255,244); /* Old browsers */
 background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
 background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}
/* plate arangement table */
.tbody_dft {
  font-size: 120%;
}
.tbody_idx {
  font-size: 120%;
}

.light_gray_down {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b3bead+0,dfe5d7+60,fcfff4+100 */
 background: #b3bead; /* Old browsers */
 background: -moz-linear-gradient(top,  #b3bead 0%, #dfe5d7 60%, #fcfff4 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bead', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
}

.blue_pipe {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe */
 background: #b3dced; /* Old browsers */
 background: -moz-linear-gradient(top,  #b3dced 0%, #29b8e5 50%, #bce0ee 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */
}



.table a
{
    display:block;
    text-decoration:none;
}
