/************* Restricted Content *************/
.restricted-content-wrapper {
  background: #FAFAFA;
  margin-bottom: 1em;
  border: 4px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  /*** Prevent clear-block weirdness ***/
  float: left;
  width: 100%;
}

.restricted-content-wrapper-inner {
  margin: 1.5em;
}

.restricted-content-wrapper .title {
	margin-bottom: 1em;
}

.restricted-content-wrapper .restricted-content-icon {
  float: left;
  display: none;
/* Set display whereever we set the icon */
}

.restricted-content-wrapper .title h3 {
  float: none;
  margin-bottom: 0;
}

.restricted-content-wrapper .login {
  width: 45%;
  float: left;
  clear: left;
  border-right: 4px solid #dddddd;
}

.restricted-content-wrapper .login .login-inner {
  padding-right: 1.5em;
}

.restricted-content-wrapper .content-right {
  float: right;
  width: 51%;
}

.restricted-content-wrapper .login .login-inner,
.restricted-content-wrapper .content .content-inner {
  margin: 1em 0;
}

.restricted-content-wrapper input {
  max-width: 100%;
  box-sizing: border-box;
}

.restricted-content-wrapper #user-login .form-submit {
  float: left;
}

.restricted-content-wrapper .login .forgot-pwd {
  line-height: 32px;
  margin-left: 0.8em;
}

.restricted-content-wrapper .links a {
  margin-left: 0.8em;
}

/******* Purchasable Layout ******/
.restricted-content-wrapper .upgrade-layout-purchasable {
  margin: 1em;
}

.restricted-content-wrapper .upgrade-layout-purchasable .login,
.restricted-content-wrapper .upgrade-layout-purchasable .content-right {
  float: none;
  width: auto;
}

.restricted-content-wrapper .upgrade-layout-purchasable .login {
  border-right: 0 none;
  padding-bottom: 1em;
  border-bottom: 4px solid #dddddd;
}

/********* Business Units **********/
.node .content table.restricted-content-business-units {
  width: 100%;
}

table.restricted-content-business-units tbody,
table.restricted-content-business-units tr,
table.restricted-content-business-units td {
  border: 0 none;
  background: none;
}

/**** CSS Buttons ****/
.restricted-content-wrapper .css-button {
  margin-top: 1em;
}
