  .formWrap {
    /*float: right; */
    /*height: 788px;*/
    height: 160px;
    position: relative;
    /*right: 15px;*/
    top: 20px;
    /*width: 338px;*/
  
    text-align: center;
    display: inline-block;    
  }

  .formWrap2 {
    /*float: right; */
    /*height: 788px;*/
    height: 100%;
    position: relative;
    /*right: 15px;*/
    top: 20px;
    /*width: 338px;*/
    /*width: 500px;*/	/* changed */
  
    text-align: center;  /* really only applies to stores displayed that have the watchlist items */ 
    display: inline-block;  
  }

  .watchInput {
    width: 75% !important;
  }

  .right {
    text-align: right;
    width: 25%;
  }

  #cp-watch-form table {
  	 text-align: left;
  }

  #cp-watch-form table {
  	 border-collapse: collapse;
  }

  #cp-watch-form table tr td {
    padding-top: 10px;
  }


  .valign {
    vertical-align: middle;
  }

  #fields_loginEmail_tr td {
    padding-bottom: 1.0em;
  }
/*

  form label {
    font-size: 12px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
  }

  input[type="text"] {
    border: 1px #222222;
    border-radius:5px;
    color: #222222;
    font-family: 'Montserrat',sans-serif;
    height: 20px;
    margin-bottom: 0px;
    padding-left: 5px;
    width: 220px;
    background-size: 220px 20px;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
  }

  select {
    color: #222222;
    font-family: 'Montserrat',sans-serif;
    margin-bottom: 2px;
    width: 50px;   
    margin-left: 10px;
    border-radius: 1px;
    height: 25px;
  }

*/

/*
  .submit {
    background: url("images/submit1.png") no-repeat !important;
    background-position: top left !important;
    border: medium none;
    cursor: pointer;
    height: 83px;
    position: relative;
    top: -2px;
    right: 9px;
    width: 311px;
  }
  */

  #formDiv {
    text-align: center;
  }

.form {
  text-align: center;
  width: 100%;
}

/*
.error {
  background-color: #f2dede !important;
  font-weight: bold !important;
  color: #b94a48 !important;
}
*/

.error{
  border: 2px solid #f05959 !important;
  font-weight: bold !important;
}

#message_line {
  text-align: right;
}

thead select {
  width: 90%;   /* controls filter select drop downs above seleted columns */
  padding: 5px;
  margin-right: 10px;
  box-sizing: border-box;
  height: 38px;
}

#mySalesNav {
  display: none;
}

#mySalesArea {
  display: none;
}

#watchlistNav {
  display: none;
}

#watchlistArea {
  display: none;
}


#logoutNav {
  display: none;
}

#logo {
  /*font-family: 'Shrikhand', cursive;*/
  font-size: 50px;
}

.lidisplay {
  display: block;
  font-size: 1.1em;
}

.storeHeading {
  font-size: 1.3em;
  font-weight: bold;
}

#liveDataDiv {
  display: none;
}

#exampleDiv {
  display: none;
}

#pwd {
  text-transform: none !important;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif !important;
  font-weight: bold !important;
}

#subForm {
  display:none;
}

#shine  {
  background-color: rgba(59, 62, 69, 0.9);
  border-radius: 10px;
  text-align: center !important;
}

.qdel {
  cursor: pointer;
}

@media print {
  .noPrint { display: none; }
} 

#mainArea {
  display:none;
}

/* This resizes the logo in relation to the viewport width. So that on a tablet */
/* (e.g. IPad), the logo text does not overlap the top level menu items */
#logo {
  /*font-size: 3.65vw; */
  font-size: 2.3vw;
}

#liveData tr td {
	cursor: pointer;
}

.marquee {
  /*width: 300px; */
  overflow: hidden;
  border: 1px solid #ccc;
  background: #ccc;
}

.mq {
  margin-right: 50px;
}

#ctoc {
  background-color: #ccc;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #999;
}

.realperson-regen {
  margin-bottom: 7px;
}

#toggleList {
  margin-top: 10px;
  display: none;
}

.toggle-vis {
  text-decoration: underline;
}

/*
@media screen and (min-width: 737px) {
  .organic {
    padding-bottom: : 45px;
    background-image: url('/images/OrganicMini.png');
    background-repeat: no-repeat;   
    background-position: bottom 6% center;
  }
}
*/