h1 {
  margin-bottom: 18px;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

a > p {
    color: #5E9D35;
}

div.generatorstatusbar {
  background-color: #72bf44;
  height: 30px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
  margin-top: 15px;
}

div.adminbox {
  border: solid lightgrey 1px;
  width: 90%;
  margin-left: 5px;
  margin-top: 5px;
  text-align: left;
  padding: 6px 6px 6px 6px;
  font-size: 12px;
  
}

table {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 0px;

}

td {
  padding: 3px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  vertical-align: top;
  background-color: #d3dcbe;
}

th {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: bold;
  background-color: #FFFFFF;
  text-align: left;
}

#labellanguagetable {
  border-collapse: collapse;
  margin-bottom: 0px;
}

#labellanguagetable td {
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
  background-color: transparent;
  border: 1px solid #659679;
  vertical-align: middle;
}

#labellanguagetable td.langtext {
  width: 280px;
}

#labellanguagetable td a {
  color: #000000;
  text-decoration: none;
}

#labelcolourtable {
  margin: 0px;
  width: 0%;
}

#labelcolourtable td {
  background-color: transparent;
  padding: 4px;
  text-align: center;
  border: 0px solid rgb(220, 220, 220);
}

p.moebius_disabled {
  color: #cccccc;
}

p.moebius_disabled input {
  color: #cccccc;
  border-color: #cccccc;
}

div.text {
  letter-spacing: 1px;
  line-height: 18px;
  text-align:left;
  margin-bottom: 20px;
}

div.text#homepage {
  margin-top: 20px;
  margin-left: 0px;
  width: 700px;
}

div.text#label_generator {
}

div.generator {
  /*width: 560px;*/
  float: left;
}


div.divselected {
  font-weight: bolder;
  font-size: 11pt;
  cursor: default;
}

div.divnotselected {
  cursor: pointer;
  text-decoration: underline;
}

input,select {
border: solid 1px #659679;
}

input.submit {
  color: #FFFFFF;
  background-color: #2f523e;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  width: 120px;
}

input.checkbox {
  border: none;
}

input.text {
  width: 50px;
  margin: 3px;
}

input.labellanguageentry {
  border: none;
}

textarea.text {
  width: 250px;
  height: 120px;
  margin: 3px;
  border: solid 1px #659679;
}

div.lang_errors {
  color: #A00000;
  font-weight: bold;
  display: inline-block;
}

diff_ins {
    color: green;
    font-weight: bold;
}
diff_del {
    color: red;
    text-decoration: line-through;
}

.sd_button {
    width: 145px;
    margin-bottom: 4px;
}

.btn_download {
}

.sd_button_submit {
    margin-left: 0px;
    margin-bottom: 4px;
}

.sd_button_wide {
    width: 250px;
}

.generator > a > div > p {
    color: #5E9D35;
}

.sd_margin {
    margin: 15px 0px 15px 0px;
}

.margin_left_25px{
	margin-left: 25px;
}

.margin_left_20px{
    margin-left: 20px;
}

.margin_40px {

    float: left;
    width: 380px;
}


.tm_radios {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


strong {
    float: left;
    width: 380px;
}

.dropdown {
    width: 200px;
}

.wrap3 {
  width: 49%;
  float: left;
}

.dip3 {
  width: 1%;
  float: left;
}

.wrap3 > div {
	margin: 3px 0px 3px 0px;
}

.marginized {
	margin-left: 80px;
}


@media (max-width: 599px) {
    .wrap3 {
        width: 100%;
    }
    .marginized {
       margin-left: 1px;
    }
    .wrap3 > div {
        margin: 3px 0px 3px 0px;
    }
}


#potential_target {
    border: solid black 1px; 
    width: 100%;
}
#chosen_target {
    border: solid black 1px; 
    width: 100%;
}

.icon_on {
	border: solid gray 3px;
}

.icon_off {
    border: solid black 1px;
}

.tk_banner {
	margin-top: 25px;
}



 /* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}





/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: #eee;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    border: 1px solid #bbb;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 100%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
/*    -webkit-transition-delay: 1s; / * Safari * /
    transition-delay: 1s;
*/    
    font-size: 9pt;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {

}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} 
