.main-body
{
  font-family: 'Roboto';
  color: #ffffff;
  background-color: #000000;
}

div.form-width
{
  max-width: 900px;
}

nav.breadcrumbs
{
  background-color: #ffffff;
}

div.error-color
{
  color: red;
}

#subscriptionLevelSelect
{
  border-radius: 5px;
                            border-width: 3px;
                            font-size: 1em;
                            font-weight: bold;
                            max-width: 200px;
}

/* make all <option> elements of the <Select id="subscriptionLevelSelect"> bold */
#subscriptionLevelSelect > option
{
  font-weight: bold;
}

.full-width
{
  width: 100%;
}

#responseMessage
{
  margin-top: 20px
}

#whatIsThriveList
{
  list-style-type: none;
}

#whatIsThriveList > li
{
  margin-bottom: 15px;
}

.text-align-center
{
  text-align: center;
}

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

.paddingTop100
{
  padding-top: 100px;
}

.colorBlack
{
  color: black;
}

.background-color-black
{
  background-color: #000000;
}

div.container-max-width
{
  max-width: 500px;
}

a.feature-link
{
  text-decoration: none;
}

