

    .forum_break {
      overflow-wrap:break-word;
      overflow:hidden;
/*      word-wrap:break-word;        */
/*      -ms-word-break:break-all;    */
/*      word-break:break-all;        */
      /* word-break:break-word; */
/*      -ms-hyphens:auto;            */
/*      -moz-hyphens:auto;           */
/*      -webkit-hyphens:auto;        */
/*      hyphens:auto;                */
    }


    .forum_message {
      background-color:#F8F8F8;
    }
    .forum_message:hover {
      background-color:#FFFFFF;
    }



    .forum_link, .forum_linkleft, .forum_submit, .forum_linksimple {
      position:relative;
      display:inline-block;
      border:2px solid;
      border-radius:7px;
      border-color:#505050;
      text-align:center;
      font-size:18px;
      font-weight:bold;
      line-height:1.5;
      padding:5px 35px 5px 15px;
      text-decoration:none;
      color:#404040;
      margin-top:15px;
      margin-bottom:15px;
      margin-right:15px;
      background-color:#FFFFFF;
      cursor:pointer;
    }
    .forum_linkleft {
      padding:5px 15px 5px 35px;
    }
    .forum_submit, .forum_linksimple {
      padding:5px 15px 5px 15px;
    }
    .forum_link:hover, .forum_linkleft:hover, .forum_submit:hover {
      color:#FFFFFF;
      background-color:#606060;
    }
    .forum_linkleft::before {
      display:block;
      content:"\2190";
      position:absolute;
      left:10px;
      top:3px;
    }
    .forum_link::after {
      display:block;
      content:"\2192";
      position:absolute;
      right:10px;
      top:3px;
    }



    .forum_formfield {
      display:inline-block;
      padding-top:5px;
      padding-right:20px;
      padding-bottom:3px;
      padding-left:20px;
      margin:5px;
      border:2px solid #202070;
      font-family:Arial;
      font-size:1.5rem;
      color:#202070;
      background-color:#FFFFFF;
      outline:0;
      text-decoration:none;
      OFFcursor:pointer;
    }



    .boxlink, .boxlinkleft {
      position:relative;
      display:inline-block;
      border:2px solid;
      border-radius:7px;
      border-color:#505050;
      text-align:center;
      font-size:18px;
      font-weight:bold;
      line-height:1.5;
      padding:5px 35px 5px 15px;
      text-decoration:none;
      color:#404040;
      margin-top:15px;
      margin-bottom:15px;
      margin-right:15px;
    }
    .boxlinkleft {
      padding:5px 15px 5px 35px;

    }
    .boxlink::hover, .boxlinkleft::hover {
      color:#EEC446;
    }
    .boxlinkleft::before {
      display:block;
      content:"\2190";
      position:absolute;
      left:10px;
      top:3px;
    }
    .boxlink::after {
      display:block;
      content:"\2192";
      position:absolute;
      right:10px;
      top:3px;
    }
    .boxtitle {
      position:relative;
      width:100%;
      margin-top:15px;
      margin-bottom:15px;
      text-align:center;
      font-size:24px;
      line-height:1.2;
      color:#404040;
      text-shadow:1px 1px 0 #C0C0C0;
      font-weight:bold;
    }
    .boxtitle a {
      text-decoration:none;
      color:#404040;
      text-shadow:1px 1px 0 #C0C0C0;
    }
    .boxtitle a:hover {
      color:#BE9C38;
      color:#808080;
    }



