body{
    background: #fff;
    margin: 0;
    font-family: arial;
    font-size: 14px;
    font-size-adjust: .5
}
h1 {
    font-family: arial;
    font-size: 25px;
    color: #333;
    white-space: nowrap;
    margin: 50px auto 10px;
    text-align: center;
    clear: both
}
h1:hover {
    color: #000;
}
.b {
color: #1a0dab !important;
text-decoration: none;
}
.d{
overflow: auto;
}
.lst li{
line-height: 200%;
}

#threeColumnContainer{width: 95%; margin: 10px auto;}
#threeColumn1{float: left; width:33%;}
#threeColumn2{float: left; width:34%; text-align: center;}
#threeColumn3{float: left; width:33%;}

#techwelkinFormDiv{
max-width: 900px;
margin: 40px auto;
text-align: center;
}

#techwelkinForm1{}

.input1 {
    background: #f2c0c0;
    border-radius: 3px;
    font-size: 16px;
    height: 41px;
    line-height: 1.33;
    width: 96%;
    border: 1px solid #f44336;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    color: #d32f2f;
    text-align: center;
}

#inputDesc1{font-family:arial; font-size: 120%; margin-top: 8px}

#textarea1, #textarea2 {
background: #ffd9d9 none repeat scroll 0 0;
border: 2px solid #feb0b0;
border-radius: 4px;
height: 200px;
padding: 0 5px;
width: 100%;
box-sizing: border-box;
}
#textareaDesc1, #textareaDesc2 {font-family:arial; font-size: 120%; margin-top: 8px; box-sizing: border-box;}

.submitButton1 {
    -moz-user-select: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    margin: 10px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #f44336;
    color: #fff;
    height: 45px;
    font-size: 16px;
    border: none
}

#submitButton2 {
  background: #ff6908 none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset !important;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 8px;
  transition: background-color 300ms ease-out 0s;
  width: 250px;
  margin: 10px;
}

#social-sharing-div {
    background: #ccc;
    border-bottom: 1px solid #add8e6;
    border-top: 1px solid #add8e6;
    display: inline-flex;
    font-family: arial;
    font-weight: 700;
    margin: 0 auto 20px;
    padding: 30px;
    text-align: center
}
#resultsDiv{
max-width: 600px;
margin: 0 auto;
}

ol.twBreadCrumbs { padding: 10px; list-style: none; }
ol.twBreadCrumbs li { display: inline; font-size: 18px; }
/* Add a slash symbol (/) before/behind each list item */
ol.twBreadCrumbs li+li:before { padding: 8px; font-size: 20px; color: #000; content: "\203A"; }
ol.twBreadCrumbs li a { color: #0275d8; text-decoration: none; }
ol.twBreadCrumbs li a:hover { color: #01447e; text-decoration: underline; }

#description {
    clear: both;
    color: #222;
    font-size: 17px;
    line-height: 160%;
    margin: 0 auto 1.618em;
    max-width: 600px;
    padding: 20px;
    text-align: justify
}
#description h2 {
text-align: center;
}
#description p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

#description img {max-width:100%; height:auto;}

#global-footer {
    border-top: 1px solid #333;
	font-size: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 90%
}

@media (max-width: 1000px) {
    h1 {
        font-size: 30px
    }
    #mt-result-container {
        width: 96%
    }
    .input1 {
        border-radius: 4px
    }
	
#threeColumn1{float: none; width:100%;}
#threeColumn2{float: none; width:100%;}
#threeColumn3{float: none; width:100%;}
	
}
@media (max-width: 800px) {

}
@media (max-width: 600px) {

}
@media (max-width: 400px) {
    h1 {
        font-size: 25px;
        white-space: normal
    }
    .submitButton1 {
        border-radius: 4px;
        margin-top: 10px
    }
    .bigsectiontext {
        font-size: 1.2em
    }
}