body {
    background-color: #eee;
}
a {
    text-color: #444444;
}
#learn-more {
    margin-bottom: 10px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.dataset.requirements > table {
    width: 90%;
    table-layout: fixed;
}
.dataset.requirements {
    border:none;
}
.dataset.requirements .tooltip-inner,.dataset.requirements > table > tbody > tr > td,.dataset.requirements > table > thead > tr > th {
    font-variant:small-caps;
    font-size:1.5em;
}
.dataset > .title {
    padding:5px 5px 8px 5px;
    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1px;
    color:#787878;
}
.btn-a {
    align-items: center;
    display: inline-flex;
}

.login-form-container, .login-page-dataset {
    margin-bottom: 21px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.13), 0px 2px 4px rgba(0,0,0,0.23);
}

.jumbotron {
    background-color : transparent !important;
}
.jumbotron p {
    font-size: 14px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.comscore-logo-2018 {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
}
.product-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

button.widen{
    display: block;
    width: 100%;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}
button.beta, button.classic {
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
button.classic {
    border: none;
    font-size: 14px;
    text-decoration: underline;
}

p.text-danger > #error-message {
    color: #000;
    font-size: 12px;
    font-weight: 800;
}

// Lifted from myMetrix login
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .form-control-feedback {
  color: #ff0039;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-error .input-group-addon {
  border: 1px solid #ff0039;
}
.no-border-right{
    border-right: none !important;
    box-shadow: none !important;
}
.no-border-right:focus{
    border-right: solid 1px #66afe9 !important;
    box-shadow: none !important;
}
.has-error .no-border-right:focus{
    border-right: solid 1px #ff0039 !important;
    box-shadow: none !important;
}
.input-group-addon {
  color: #cccccc;
  text-align: center;
  background-color: #ffffff;
  border-left: none !important;
}
