
/*
 *
 * Content of CSS:
 *
 *  .hacking_descr
 *  .hacking_column_1
 *  .hacking_column_2
 *  .hack_link
 *  .div_laws
 *
 *************************************************************************************************/

/* --------------------------------------------------------------------------------------------- */

/**************************************************************************************************
*                                                                                                 *
* Global                                                                                          *
*                                                                                                 *
**************************************************************************************************/


.hacking_descr {
  color: #666;
  font-family: Verdana;
  text-decoration: none;
}

.hacking_descr:hover {
  color: black;
  background-color: rgba(255,255,255,.7);
}


.hacking_column_1 {
  float: left;
  width: 250px;
}

.hacking_column_2 {
  float: left;
  width: 550px;
}

.hack_link {
  color: green;
  text-decoration: underline;
}

.hack_link:hover {
  color: white;
  background-color: green;
}


.laws{
  text-align: justify;
  margin-bottom: 0.7%;
  color: black;
  font: 14px Courier;
}

.div_laws {
  position: relative;
  width: 100%;
  max-width: 98.1%;
  border: dotted white 1px;
  text-align: justify;

  padding: 10px 10px 10px 10px;
  background-color: #eee;
  white-space: normal;
  float:left;
  vertical-align:bottom;
  word-wrap: break-word;
}

.img_hack {
  display: none;
}




@media screen and (max-width: 640px) {

  .td_hack {
    display: none;
  }

  .img_hack {
    display: block;
    width: 100%;
    /* auto: 100%; */
  }

}
