@charset "UTF-8";
/* KT new CSS Document */
#anchorLinkBox {
    font-size: 16px;
    line-height: 2em;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../kt/kt-topic-images/al-bkgd.jpg);
    border: 1px dotted #D37C41;
    border-radius: 8px;
    height: auto;
    max-width: 900px;
    margin-top: 12px;
}
.ktTopicBox {
  font-size: 1em;
  line-height: 1.6em;
  background-color: #F1F1F1;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 14px;
  border: 1px solid #999999;
  color: #101010;
  border-radius: 18px;
}
#anchorLinkBox a:link, #anchorLinkBox a:visited, #anchorLinkBox a:active {
  font-size: 1.2em;
  text-decoration: none;
  color: #FAF8E5;
}
#anchorLinkBox a:hover {
  color: #fff;
  text-decoration: underline;
}
.ktTopicBox h2 {
  color: #995800;
  font-size: 1.4em;
  margin: 5px 15px 20px;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #995800;
}
.ktTopicBox .lineDiv {
  margin: 10px 2px 12px 2px;
  border-bottom: 2px dotted #BCBCBC;
}
.faTopicBox {
    font-size: 1em;
    line-height: 1.6em;
    background-color: #FBF9F2;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 14px;
    border: 1px solid #999999;
    color: #101010;
    border-radius: 18px;
}
.faTopicBox h2 {
  color: #995800;
  font-size: 1.4em;
  margin: 5px 15px 20px;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #995800;
}
.faTopicBox .lineDiv {
    margin: 10px 2px 12px 2px;
    border-bottom: 2px dotted #BCBCBC;
    clear: both;
}

@media screen and (min-width: 768px) {
.leftside {
    width: 200px;
    float: left;
}
.txt-descrip {
    margin-left: 220px;
    min-height: 140px;
}
}

@media screen and (max-width: 768px) {
.txt-descrip {
    margin-top: 14px;
}
}
