body {
    background: #ffffff;
    margin: 0px;
    margin-top: 25px;
}
html {
 font-family: TELUS-Web,Helvetica Neue,Helvetica,Arial,sans-serif;
 
}

input[type="text"] {
    width: 127px;
    height: 45px;
    font-size: 30px;
    text-align: center;
    display: inline-flex;
    border-radius: 5px;
    border: 1px solid;
}

button {
    height: 50px;
    background: rgb(43, 128, 0);
    color: #fff;
    border: none;
    font-size: 28px;
    padding: 10px;
    display: inline-flex;
    border-radius: 5px;
}

#QuickLinks_Wrapper .button_1 {
  background-color: rgb(43, 128, 0);
  text-align: center;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
margin: 5px 5px 5px 5px;
}

@media screen and (min-width: 1000px) {
  #Search_Wrapper, #QuickLinks_Wrapper {
    width: 525px;
    margin: auto;
  }
}

@media screen and (max-width: 999px) {
  #Search_Wrapper, #QuickLinks_Wrapper {
    max-width: 500px;
    margin: auto;
  }
}

.chat_wrapper_search {
text-align: center;
-moz-box-shadow: 10px 10px 5px #808080;
-webkit-box-shadow: 10px 10px 5px #808080;
box-shadow: 2px 2px 15px #808080;
    margin: 0px 0px 50px 0px;
display: block;
width: auto;
height: auto;
padding: 0px 0px 25px 0px;
vertical-align: top;
border-radius: 7px 7px 7px 7px;
}

.divTitle {
max-width: 100%;
padding: 15px;
background: #4b286d;
color: #FFF;
text-align: center;
border-radius: 7px 7px 0px 0px;
font-size: 24px;
}

.divSubTitle {
max-width: 100%;
padding: 15px;
background: #333;
color: #FFF;
text-align: center;
padding: 10px;
margin-bottom: 20px;
font-size: 15px;
}

