BODY {
  font-family: "Roboto";
  font-weight: 400;
  color: #444444;
}
H1 {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 100px;
  letter-spacing: -2px;
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  H1 {
    font-size: 32px;
  }
}
H2 {
  font-family: "Roboto";
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
H3 {
  font-family: "Roboto";
  font-weight: 700;
}
P {
  font-size: 16px;
  margin: 10px 0px;
}
LI {
  font-size: 15px;
}
TD {
  font-size: 15px;
}
INPUT,
BUTTON {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
INPUT:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#add_item {
  padding: 20px 0px 0px 0px;
  margin: 0px;
}
.form-control {
  border: none;
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
  padding-left: 5px;
  font-size: 26px;
  font-weight: 100;
  height: 43px;
}
.form-control:focus {
  background: #ffffff;
  outline-color: transparent !important;
  outline-style: none !important;
  border-bottom: 1px solid #999999 !important;
}
header {
  height: 30px;
  margin: 20px 0px 30px 0px;
}
footer {
  margin: 30px 0px;
}
.btn {
  border: 0px;
}
.btn-primary {
  background: #333333;
  border: 0px;
}
.btn-primary:hover {
  background: #1b95e0;
}
.badge,
.well {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
}
.badge {
  line-height: 40px;
  padding: 0px 10px;
  font-size: 18px;
}
.list-group {
  list-style: none;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  float: left;
}
.list-group LI {
  margin-bottom: 5px;
  display: block;
  float: left;
  line-height: 40px !important;
  cursor: pointer;
}
.affordance {
  padding: 0px 10px;
  background: #eeeeee;
  line-height: 40px;
  display: block;
  float: left;
}  
.list-group LI .badge {
  height: 40px;
  width: 40px;
  line-height: 40px !important;
  margin-left: 1px;
}
.list-group LI .badge:hover {
  background: #1b95e0;
 
}
.table .list-group {
  padding-top: 5px;
}
.table .list-group LI {
  line-height: 25px !important;
  font-size: 13px !important;
}
.table .list-group LI .badge {
  height: 25px;
  width: 35px;
  font-size: 13px !important;
  line-height: 25px !important;
  text-align: center;
  margin-right: 5px;
}
.social-button {
  float: left;
  color: #999999;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
}
.social-twitter {
//  margin-right: 10px;
}
.social-twitter A,
.social-facebook A {
  color: #ffffff;
  padding: 0px 15px;
  display: block;
  float: left;
}
.social-twitter A:hover,
.social-facebook A:hover {
  text-decoration: none;
}
.social-twitter A {
  background: #00aced;
}

.badge {
  background: #00aced !important;
}

.badge:hover {
  background: #333333 !important;
}

#submit-success {
  color: #00cc00;
  font-weight: 700;
}
#submit-error {
  color: #cc0000;
  font-weight: 700;
}
#rotator #rotator-panel #wrapper #error {
	display: none;
}
@media (min-width: 769px) {
  #branding {
    margin-bottom: 30px;
  }
  #branding .logo {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px;
  }
  #branding .logo A {
    color: #999999;
    text-decoration: none;
  }
  #rotator #rotator-panel {
    height: 300px;
  }
  #rotator #rotator-panel #wrapper {
    height: 250px;
  }
  #rotator #rotator-panel #wrapper #content,
  #rotator #rotator-panel #wrapper #error {
    height: 280px;
    font-size: 60px;
    line-height: 57px;
    letter-spacing: -2px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
  }
  #rotator #rotator-panel #users {
    height: 50px;
  }
  #rotator #rotator-next .well {
    cursor: pointer;
    text-align: center;
    height: 300px;
    font-size: 75px;
    padding-top: 100px;
    border: none;
    border-left: 1px solid #cccccc;
    color: #999999;
  }
  #rotator #rotator-next .well:hover {
    color: #ffffff;
    background: #1b95e0;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  #branding {
    margin-bottom: 30px;
  }
  #branding .logo {
    font-size: 36px;
    font-weight: 100;
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px;
  }
  #branding .logo A {
    color: #999999;
    text-decoration: none;
  }
  #rotator #rotator-panel {
    height: 450px;
  }
  #rotator #rotator-panel #wrapper {
    height: 400px;
  }
  #rotator #rotator-panel #wrapper #content,
  #rotator #rotator-panel #wrapper #error {
    height: 400px;
    font-size: 57px;
    line-height: 57px;
    letter-spacing: -2px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
  }
  #rotator #rotator-panel #users {
    height: 50px;
  }
  #rotator #rotator-next .well {
    cursor: pointer;
    text-align: center;
    height: 450px;
    font-size: 75px;
    padding-top: 175px;
    border: none;
    border-left: 1px solid #cccccc;
    color: #999999;
  }
  #rotator #rotator-next .well:hover {
    color: #ffffff;
    background: #1b95e0;
  }
}
@media (max-width: 766px) {
  #branding .logo {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -1px;
  }
  #branding .logo A {
    color: #999999;
    text-decoration: none;
  }
  #rotator #rotator-panel #users {
    height: 40px;
  }
  #rotator #rotator-next {
    cursor: pointer;
    margin-top: 10px;
  }
  #rotator #rotator-next .well {
    background: none;
    font-size: 24px;
    line-height: 24px;
    border: none;
    background: #eeeeee;
    font-weight: 400;
    padding: 15px;
  }
}
@media (max-width: 766px) and (max-height: 480px) {
  #rotator #rotator-panel #wrapper {
    height: 250px;
  }
  #rotator #rotator-panel #wrapper #content,
  #rotator #rotator-panel #wrapper #error {
    height: 200px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    overflow: hidden;
    margin: 0px;
    padding: 10px 0px 0px 0px;
  }
}
@media (max-width: 766px) and (min-height: 480px) {
  #rotator #rotator-panel #wrapper {
    height: 320px;
  }
  #rotator #rotator-panel #wrapper #content,
  #rotator #rotator-panel #wrapper #error {
    height: 320px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    overflow: hidden;
    margin: 0px;
    padding: 10px 0px 0px 0px;
  }
}
#loading {
  background: #eeeeee;
  padding: 30px 10px;
  text-align: center;
}
#promo {
  margin-top: 60px;
}
#promo H2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.user-block {
  padding-bottom: 10px;
}
