body,
h1,
h2,
h3 {
    font-family: Calibri, Helvetica, Arial, sans-serif
}

body {
    background-color: #191919;
    color: #d3d3d3
}

h1 {
    margin-top: 0
}

h2 {
    font-size: 17px;
    font-weight: 400;
    margin: 0
}

h3 {
    font-size: 25px;
    margin-top: 0
}

h4 {
    font-size: 20px;
    line-height: 30px
}

p,
label,
li {
    font-size: 1.2em;
    font-weight: 400
}

li li,
li label {
    font-size: 1em
}

.btn-primary,
a.btn-primary {
    border: 1px solid #fff !important;
    background-color: #3d5a41
}

input[type=submit].paragraphButton {
    margin-top: 20px
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:link {
    background-color: #191919;
    border: 1px solid #fff
}

.btn-primary:focus {
    background-color: #66c056;
    border: 1px solid #fff;
    outline: none
}

a:hover {
    background-color: #323232
}

img,
img:hover {
    -moz-transition: width .2s ease-in, height .2s ease-in, margin-top .2s ease-in;
    -o-transition: width .2s ease-in, height .2s ease-in, margin-top .2s ease-in;
    -webkit-transition: width .2s ease-in, height .2s ease-in, margin-top .2s ease-in;
    transition: width .2s ease-in 0, height .2s ease-in 0, margin-top .2s ease-in 0
}

a,
a:link,
a:visited,
a:hover,
button,
button:hover,
input[type=submit],
input[type=submit]:hover {
    -moz-transition: background .35s ease-in, color .35s ease-in;
    -o-transition: background .35s ease-in, color .35s ease-in;
    -webkit-transition: background .35s ease-in, color .35s ease-in;
    transition: background .35s ease-in 0, color .35s ease-in 0
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    border-bottom: 1px solid #525252;
    color: #d3d3d3
}

hr {
    margin: 30px 0;
    border-top: #101010 1px solid;
    border-bottom: #222 1px solid
}

footer a,
footer a:link,
footer a:visited {
    color: #323232;
    border: none;
    margin: 0 15px
}

footer a:hover {
    color: #ccc;
    background-color: transparent
}

footer a .fa {
    font-size: 2.7em
}

footer p {
    font-size: 1.5em;
    margin-bottom: 15px
}

code {
    font-size: 1.2em;
    font-family: courier new, Menlo, Monaco, Consolas, monospace;
    padding: 6px 10px;
    color: #525252;
    margin-bottom: 10px;
    display: inline-block;
    max-width: 100%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

thead {
    font-weight: 700
}

thead tr {
    border-bottom: 3px double #255f7d
}

.fa-loader,
.loaderText {
    color: #323232
}

.fa-loader {
    margin-left: 15px;
    vertical-align: bottom;
    font-size: 34px !important
}

.loaderText {
    font-size: 1.8em
}

.validation-summary-errors ul {
    padding: 0;
    margin: 0 0 0 8px
}

.validation-summary-errors ul li {
    list-style: none
}

.navbar-inverse {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)
}

.navbar-inverse .container {
    padding-top: 20px;
    padding-bottom: 20px
}

.navbar-inverse .navbar-nav>li>a,
.dropdown-menu a,
.dropdown-menu a:link,
.dropdown-menu a:visited {
    color: #ccc
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, .13) !important
}

.nav>li>a {
    padding-left: 13px;
    padding-right: 13px
}

.dropdown-menu {
    background-color: #2a698a;
    border-radius: 0;
    border: none;
    padding: 0
}

.dropdown-menu>li>a,
.dropdown-menu>form>li>a {
    padding: 8px 20px
}

.secondaryHeader.subNavPresent {
    margin: 0
}

.navbar.sub-nav {
    margin-bottom: 45px;
    background: -moz-linear-gradient(-45deg, #9e7e00 0, #e8ba00 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #9e7e00), color-stop(100%, #e8ba00));
    background: -webkit-linear-gradient(-45deg, #9e7e00 0, #e8ba00 100%);
    background: -o-linear-gradient(-45deg, #9e7e00 0, #e8ba00 100%);
    background: -ms-linear-gradient(-45deg, #9e7e00 0, #e8ba00 100%);
    background: linear-gradient(135deg, #9e7e00 0, #e8ba00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e7e00', endColorstr='#e8ba00', GradientType=1)
}

.sub-nav .container {
    padding-top: 15px;
    padding-bottom: 15px
}

.sub-nav .navbar-header {
    padding: 0
}

.sub-nav .nav>li>a {
    padding: 0 20px 0 0;
    color: #fff
}

.sub-nav a {
    border: none
}

.bodyGradient {
    background: -moz-linear-gradient(-45deg, #0f1932 0, #45acbf 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #0f1932), color-stop(100%, #45acbf));
    background: -webkit-linear-gradient(-45deg, #0f1932 0, #45acbf 100%);
    background: -o-linear-gradient(-45deg, #0f1932 0, #45acbf 100%);
    background: -ms-linear-gradient(-45deg, #0f1932 0, #45acbf 100%);
    background: linear-gradient(135deg, #0f1932 0, #45acbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1932', endColorstr='#45acbf', GradientType=1);
    color: #fff
}

.bodyGradient a {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .5)
}

.pwnResultBanner {
    text-align: center;
    color: #fff
}

.pwnResultBanner h2 {
    font-size: 2em;
    margin: 0 0 5px
}

.pwnResultBanner p {
    font-size: 1.2em;
    margin-bottom: 0
}

.pwnResultBanner a,
.pwnResultBanner a:link,
.pwnResultBanner a:visited,
.pwnResultBanner a:hover {
    color: #fff
}

.pwnResultBanner .socialLinks {
    margin-top: 20px;
    font-size: 1.8em
}

.pwnTitle {
    padding: 20px 0
}

#invalidAccount {
    background: -moz-linear-gradient(-45deg, #9e7e00 0, #e8ba00 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #9e7e00), color-stop(100%, #e8ba00));
    background: -webkit-linear-gradient(-45deg, #9e7e00 0, #e8ba00 100%);
    background: -o-linear-gradient(-45deg, #9e7e00 0, #e8ba00 100%);
    background: -ms-linear-gradient(-45deg, #9e7e00 0, #e8ba00 100%);
    background: linear-gradient(135deg, #9e7e00 0, #e8ba00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e7e00', endColorstr='#e8ba00', GradientType=1)
}

#invalidAccount a {
    border-bottom-color: #9e7e00
}

#invalidAccount a:hover {
    background-color: #9e7e00
}

#noPwnage,
#PwnedPasswordsDonate {
    background: -moz-linear-gradient(-45deg, #0f3212 0, #348f38 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #0f3212), color-stop(100%, #348f38));
    background: -webkit-linear-gradient(-45deg, #0f3212 0, #348f38 100%);
    background: -o-linear-gradient(-45deg, #0f3212 0, #348f38 100%);
    background: -ms-linear-gradient(-45deg, #0f3212 0, #348f38 100%);
    background: linear-gradient(135deg, #0f3212 0, #348f38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f3212', endColorstr='#348f38', GradientType=1)
}

#noPwnage a,
#noPwnage a:link,
#noPwnage a:visited {
    border-bottom-color: #174e19
}

#noPwnage a:hover {
    background-color: #429847
}

.pwnedRow {
    background: -moz-linear-gradient(-45deg, #320f0f 0, #ba4343 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #320f0f), color-stop(100%, #ba4343));
    background: -webkit-linear-gradient(-45deg, #320f0f 0, #ba4343 100%);
    background: -o-linear-gradient(-45deg, #320f0f 0, #ba4343 100%);
    background: -ms-linear-gradient(-45deg, #320f0f 0, #ba4343 100%);
    background: linear-gradient(135deg, #320f0f 0, #ba4343 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#320f0f', endColorstr='#ba4343', GradientType=1)
}

.pwnTypeDefinition h3 {
    margin-top: 15px
}

#pwnedWebsitesContainer a,
#pwnedWebsitesContainer a:link,
#pwnedWebsitesContainer a:visited {
    border-bottom-color: #a65c5c
}

#pwnedWebsitesContainer a:hover {
    background-color: #973636
}

#pwnedWebsitesContainer hr {
    margin: 10px 0;
    border-top-color: #8a3c3c;
    border-bottom: none
}

#pwnedWebsitesContainer .table-striped {
    margin: 0 0 15px
}

#pwnedWebsitesContainer .table-striped>thead>tr>th {
    border-top: 1px solid #8a3c3c;
    border-bottom: 1px solid #8a3c3c
}

#pwnedWebsitesContainer .table-striped>thead>tr>th,
#pwnedWebsitesContainer .table-striped>tbody>tr>td {
    padding: 3px
}

#pwnedWebsitesContainer .table-striped>tbody>tr>td {
    border: none
}

#noPwnage .pwnTitle a,
#noPwnage .pwnTitle a:link {
    padding: 0;
    border-bottom: 1px solid #467e49
}

#pwnedWebsiteBanner .pwnTitle a,
#pwnedWebsiteBanner .pwnTitle a:link {
    padding: 0;
    border-bottom: 1px solid #9f4949
}

.table-striped>tbody>tr>td {
    vertical-align: top
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th,
.table-striped>tbody>tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, .03) !important
}

#pwnedWebsitesContainer thead tr {
    border-bottom: none
}

.pwnedWebsite,
.pwnedWebsite a {
    color: #fff
}

.pwnedWebsite h2 {
    font-size: 2.1em;
    margin-bottom: 10px
}

.pwnedWebsite .container {
    padding-top: 5px;
    padding-bottom: 5px
}

.pwnedWebsite .col-sm-2 {
    text-align: center
}

.pwnedWebsite .dataClasses {
    margin: 0
}

.pwnedWebsite .pwnedData {
    max-height: 250px !important;
    overflow-y: scroll !important;
    margin-top: 20px;
    background-color: rgba(64, 12, 12, .28);
    border: none
}

.pwnedWebsite .pwnedData .hljs {
    background-color: transparent
}

.pwnedWebsite #hideRawData,
.pwnedWebsite #showRawData {
    margin-top: 20px
}

.pwnedWebsite #hideRawData {
    display: none
}

.container {
    width: 960px
}

a.socialLink {
    border: none
}

#pwnedWebsiteBanner a.socialLink,
#pwnedWebsiteBanner a.socialLink:link,
#pwnedWebsiteBanner a.socialLink:visited {
    color: #dcacac !important
}

#noPwnage a.socialLink,
#noPwnage a.socialLink:link,
#noPwnage a.socialLink:visited {
    color: #57a65b !important
}

#pwnedWebsiteBanner a.socialLink:hover,
#noPwnage a.socialLink:hover {
    color: #fff !important;
    background-color: transparent
}

.actionsBar {
    text-align: left
}

.actionsBar .col-sm-4 {
    padding: 0 10px 10px
}

.actionsBar img {
    max-width: 100%;
    margin-bottom: 8px
}

.actionsBar a {
    color: #fff;
    border: none
}

.actionsBar .subscribe {
    border-bottom: 1px solid #fff
}

.actionsBar h3 {
    display: inline;
    vertical-align: middle
}

.actionsBar .stepsToBetterSecurity,
.actionsBar .startUsingPasswordManager {
    padding: 10px 10px 0
}

.actionsBar .stepsToBetterSecurity img {
    margin: 0 10px 0 0;
    vertical-align: middle
}

.actionsBar .startUsingPasswordManager {
    text-align: right
}

.actionsBar .startUsingPasswordManager a {
    margin-top: 5px
}

.passwordManagerSteps {
    margin-bottom: 0 !important
}

.passwordManagerStep {
    margin-top: 10px
}

.why1Password {
    text-align: center;
    margin: 0 !important
}

.why1Password a {
    font-size: .7em;
    border: none;
    color: #a5a5a5
}

#noPwnage .why1Password a,
#pwnedWebsiteBanner .why1Password a {
    font-size: .8em
}

#noPwnage .why1Password a {
    color: #57a65b
}

#pwnedWebsiteBanner .why1Password a {
    color: #dcacac !important
}

.why1Password a:hover {
    background-color: transparent
}

.pwnedWebsite table {
    width: 100%;
    font-size: 1.2em
}

.pasteTitles {
    padding-left: 20px;
    margin: 0
}

.pwnedWebsite .noPasteTitle,
.pwnedWebsite .noPasteTitle a {
    color: #e4b7b7
}

.noPasteTitle,
.pasteTitle {
    font-size: 1em
}

.pasteDate {
    white-space: nowrap
}

#pasteDescription .container {
    padding-bottom: 0
}

#pastes .container {
    padding-top: 0
}

#pastes .row {
    margin: 0
}

.dumpMonLogo {
    float: right;
    width: 158px;
    height: 104px;
    margin: 0 0 10px 20px
}

.pwnResultLink .fa {
    font-size: 1em;
    margin-right: 3px
}

a.pwnResultLink {
    color: #fff
}

#notificationSubmitRow {
    margin-bottom: 0
}

.validation-summary-valid {
    display: none
}

.alert,
.alert li {
    padding: 8px;
    margin-top: 10px;
    font-size: 17px;
    color: #fff;
    border: none
}

.alert li {
    list-style: none;
    margin: 0;
    padding: 0 8px
}

.alert li:first-child {
    padding-top: 8px
}

.alert li:last-child {
    padding-bottom: 8px
}

ul.alert {
    padding: 0
}

.alert-danger {
    background-color: #922929
}

.alert-success {
    background-color: #29782d
}

.alert-warning {
    background-color: #da8d00
}

.modal-header .close {
    color: #d3d3d3;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none
}

.modal-header .close:hover {
    color: #fff
}

.row {
    margin: 15px 0
}

.row div {
    padding-left: 0
}

#postNotificationCallsToAction {
    margin-bottom: 0
}

#postNotificationCallsToAction .btn {
    background-color: #9b9b9b;
    border: none;
    color: #191919;
    padding: 4px 8px;
    font-size: 1.25em;
    margin-right: 15px
}

#postNotificationCallsToAction .btn:hover {
    background-color: #d3d3d3
}

#notifySuccess hr {
    margin: 15px 0
}

#postNotificationCallsToAction a.socialLink,
#postNotificationCallsToAction a.socialLink:link,
#postNotificationCallsToAction a.socialLink:visited {
    color: #9b9b9b;
    font-size: .9em;
    height: 40px;
    margin-bottom: 1px
}

#postNotificationCallsToAction a.socialLink:hover {
    color: #d3d3d3;
    background-color: transparent
}

#postNotificationCallsToAction a {
    display: inline-block;
    vertical-align: bottom
}

.navbar {
    margin: 0
}

.navbar-header {
    padding-left: 15px
}

.navbar-brand {
    border-radius: 10px;
    border: 2px solid #fff !important;
    font-size: 1.4em;
    padding: 4px 8px 7px;
    margin: 7px;
    font-weight: 700;
    height: auto
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:hover {
    background-color: rgba(255, 255, 255, .2)
}

.pwnDefinition {
    font-style: italic;
    font-size: .9em;
    width: 290px;
    margin: 6px 0 0 40px;
    color: #ccc
}

header .row {
    padding: 10px
}

header a,
header a:link,
header a:visited {
    border-bottom: none
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active,
.navbar-inverse .navbar-nav>.active>a:focus {
    background-color: #080808;
    background-color: rgba(8, 8, 8, .5)
}

.main {
    background-color: rgba(58, 196, 151, 0.5);
    color: #fff;
    padding: 50px 10px 40px
}

.main .main-logo .logo {
    border-radius: 30px;
    border: 5px solid #fff;
    font-size: 5.15em;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, .15)
}

.logoPanel {
    text-align: center;
    margin-top: 15px
}

.logoPanel p {
    font-size: 1.55em;
    margin: 20px 0 0;
    text-align: center
}

.secondaryHeader {
    padding: 30px 0;
    background-color: rgba(46, 167, 110, 0.5);
    margin-bottom: 40px
}

.secondaryHeader h2 a {
    color: #fff;
    border-color: #ccc
}

.secondaryHeader h2 a:hover {
    background-color: #FFF
}

#searchContainer.secondaryHeader {
    margin-bottom: 0
}

#searchContainer {
    height: 120px
}

#searchContainer input[type=text],
#searchContainer input[type=email],
#searchContainer input[type=password] {
    height: 60px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 2em;
    border: none
}

#searchContainer button {
    font-size: 29px;
    height: 60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#searchContainer .quote {
    color: #ddd;
    line-height: 30px;
    font-size: 22px;
    text-shadow: 2px 2px 3px #000
}

#searchContainer .progress {
    margin-bottom: 0;
    margin-top: 3px;
    height: 6px;
    border-radius: 3px
}

#searchContainer .progress-bar{
    background-color: #399c2c;
}

#loading {
    display: none
}

.tertiaryHeader {
    padding: 20px 0;
    background-color: rgba(22, 98, 37, 0.5);
    text-align: center
}

.tertiaryHeader img {
    vertical-align: middle;
    display: inline-table;
    width: 35px;
    height: 35px;
    margin-right: 10px
}

.tertiaryHeader span {
    vertical-align: middle;
    display: inline-table
}

.tertiaryHeader p {
    margin: 0;
    font-size: 1.5em
}

.tertiaryHeader a.btn,
.pwnResultBanner a.btn {
    background-color: #1d1d1d;
    color: #fff !important;
    border: none;
    margin-left: 10px
}

.pwnedSummaryRow {
    text-align: center;
    margin: 30px 0
}

.pwnedSummaryRow div.col-sm-4 {
    padding: 0 4px
}

.pwnedSummaryRow>div:first-child {
    padding: 0 8px 0 0
}

.pwnedSummaryRow>div:last-child {
    padding: 0 0 0 8px
}

.pwnSummaryCount {
    display: inline-block;
    margin: 0;
    font-size: 200%
}

div.donate {
    text-align: center
}

div.donate input[type=submit] {
    margin-top: 7px
}

.finePrint {
    font-size: .8em !important;
    margin-top: 20px
}

.socialLinks .bitcoinLogo {
    padding-right: 6px
}

.socialLinks .payPalLogo {
    font-size: .8em !important
}

.bitcoinQr {
    margin: 0 0 10px;
    border: 10px solid #fff;
    width: 164px;
    height: 164px
}

.bitcoinAddress {
    background-color: #5cb85c;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 2px 5px;
    border-color: #4cae4c;
    font-size: .7em
}

.pwnLogo.large {
    width: 115px;
    max-height: 100px
}

.pwnLogo.large.modalLogo {
    margin-right: 15px;
    margin-bottom: 7px;
    float: left
}

.pwnedCompanyList {
    margin: 0 0 20px;
    display: inline-block;
    text-align: center
}

.pwnedCompanyList td {
    font-size: 1.3em;
    color: #8a8a8a;
    padding: 3px 8px;
    vertical-align: top
}

.pwnedCompanyList a:hover {
    text-decoration: none;
    color: #eee
}

.pwnedCompanyList .pwnLogo {
    text-align: center
}

#viewAllBreaches.btn {
    margin-top: 20px
}

.pwnLogo.tiny {
    max-height: 28px;
    max-width: 70px
}

.pwnedCompanyList .pwnCount {
    text-align: right;
    padding-right: 0
}

.pwnedCompanyList .pwnCompany {
    text-align: left
}

.pwnedCompanyList .pwnCompanyName {
    font-style: normal !important
}

.pwnedCompanyTitle {
    font-weight: 700
}

.pwnedSearchResult .unverified,
.pwnedSearchResult .unverified a {
    color: #a65c5c
}

.pwnedSearchResult .row {
    margin-bottom: 15px
}

.sensitive {
    color: gold
}

.sensitive-fade {
    margin-top: 7px
}

.sensitive-fade,
.sensitive-fade a {
    color: rgba(255, 215, 0, .58)
}

.sensitive-fade a {
    border-bottom: 1px solid rgba(255, 215, 0, .58)
}

.breachListLegend {
    text-align: center
}

.modal {
    position: absolute !important
}

.modal-content {
    border-radius: 10px;
    background-color: #191919;
    font-size: 1.2em
}

.modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 20px;
    border-bottom: none;
    background: -moz-linear-gradient(-45deg, #0f202c 0, #16343f 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #0f202c), color-stop(100%, #16343f));
    background: -webkit-linear-gradient(-45deg, #0f202c 0, #16343f 100%);
    background: -o-linear-gradient(-45deg, #0f202c 0, #16343f 100%);
    background: -ms-linear-gradient(-45deg, #0f202c 0, #16343f 100%);
    background: linear-gradient(135deg, #0f202c 0, #16343f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f202c', endColorstr='#16343f', GradientType=1)
}

.modal-header h4 {
    text-align: left
}

.modal-body h3 {
    display: none
}

.modal-body p {
    font-size: 1em
}

body {
    overflow-y: scroll
}

body.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
    margin: 0
}

.modal {
    overflow: auto
}

.table {
    margin-top: 20px;
    font-size: 1.2em
}

.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #255f7d
}

#domainEmailVerification li {
    list-style: none
}

#domainEmailVerification ol {
    padding: 0;
    margin: 0
}

.panel {
    background-color: transparent;
    border-radius: 0
}

.panel-primary {
    border: 1px solid #255f7d
}

.panel-primary>.panel-heading {
    background-color: transparent;
    border-bottom: 1px solid #255f7d
}

.panel-heading h3 {
    font-size: 17px;
    margin: 0
}

.col-md-2.control-label {
    padding-left: 0
}

#emailTokenVerification {
    display: none
}

#domainVerificationError {
    display: none;
    margin-bottom: 15px
}

#domainSearchRetrieval {
    display: none
}

#domainSearchRetrieval p {
    margin-bottom: 25px
}

.domainSearchLogoContainer a {
    background-color: transparent;
    border: none
}

.domainSearchLogoContainer {
    height: 56px;
    text-align: center;
    float: left;
    vertical-align: middle
}

#html5Logo.domainSearchLogoContainer {
    width: 40px
}

#html5Logo img {
    width: 34px;
    height: 48px;
    margin-top: 4px
}

#html5Logo img:hover {
    width: 40px;
    height: 56px;
    margin-top: 0
}

#ExcelLogo.domainSearchLogoContainer {
    width: 50px;
    margin: 0 20px 0 25px
}

#ExcelLogo img {
    width: 43px;
    height: 42px;
    margin-top: 7px
}

#ExcelLogo img:hover {
    width: 50px;
    height: 49px;
    margin-top: 3px
}

#JsonLogo.domainSearchLogoContainer {
    width: 150px
}

#JsonLogo img {
    width: 130px;
    height: 37px;
    margin-top: 10px
}

#JsonLogo img:hover {
    width: 150px;
    height: 43px;
    margin-top: 7px
}

.multiDomainSearchResult {
    display: none
}

.noPasteTitle,
a.noPasteTitle,
.noPasteTitle a {
    color: #525252
}

.profilePicture {
    width: 295px;
    float: right;
    margin: 0 0 5px 30px;
    border: 4px solid #000
}

.dashboard-stat {
    background: linear-gradient(135deg, #292936 0, #424c67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#320f0f', endColorstr='#ba4343', GradientType=1);
    text-align: right;
    padding: 10px
}

.dashboard-stat .figure {
    font-size: 3em
}

.dashboard-stat .fa-loader {
    font-size: 1em !important;
    color: #646d84
}

.dashboard-stat .fa-exclamation-triangle {
    font-size: .7em;
    color: #e8ba00
}

#DownloadPasswords {
    margin: 20px 0
}

#PwnedPasswords {
    margin-top: 40px
}

#PwnedPasswordsDonate {
    padding: 20px;
    margin-bottom: 30px
}

#PwnedPasswordsDonate a.btn {
    font-size: 1.2em;
    padding: 6px 10px;
    color: #fff;
    border: none;
    margin-top: 10px
}

#PwnedPasswords #Cloudflare {
    max-width: 400px
}

.downloadPanel {
    background-color: rgba(46, 130, 167, .5);
    padding: 10px 20px;
    margin: 20px 0
}

.pwnedPasswordDownload {
    text-align: center
}

.pwnedPasswordDownload .torrent {
    font-size: 1em;
    color: #fff
}

.pwnedPasswordDownload .cloudflare {
    background-color: #525252;
    border: none
}

.bg-info {
    background-color: #fcf8e3;
    padding: 15px;
    color: #333
}

@media(max-width:480px) {
    h3 {
        font-size: 21px
    }

    header p {
        font-size: .85em
    }

    .main {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .main .main-logo .logo {
        border-radius: 12px;
        border: 2px solid #fff;
        font-size: 1.8em;
        padding: 5px 12px
    }

    .container {
        padding-left: 8px;
        padding-right: 8px
    }

    .logoPanel p {
        font-size: 1.1em;
        margin-top: 20px
    }

    #searchContainer {
        padding: 12px 0;
        background-color: #2e82a7;
        height: 54px
    }

    #searchContainer input[type=text],
    #searchContainer input[type=email],
    #searchContainer input[type=password] {
        height: 30px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: 1em
    }

    #searchContainer button {
        font-size: 14px;
        line-height: 10px;
        height: 30px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    #invalidAccount,
    #noPwnage,
    #pwnedWebsiteBanner,
    .pwnedWebsite {
        font-size: .7em
    }

    .pwnedCompanyList .pwnLogo {
        width: 66px
    }

    .pwnedCompanyList .pwnCount {
        width: 120px;
        padding-right: 5px
    }

    .pwnedCompanyList .pwnCompany {
        padding-left: 5px;
        width: 85px
    }

    .pwnedCompanyList .pwnCompany,
    .pwnedCompanyList .pwnCompany {
        padding-top: 3px
    }

    .pwnedCompanyList .pwnCompanyName {
        display: none !important
    }

    .modal-content {
        font-size: 1.1em
    }

    footer a,
    footer a:link,
    footer a:visited {
        font-size: .7em;
        margin-left: 5px;
        margin-right: 5px
    }

    #postNotificationCallsToAction a.socialLink,
    #postNotificationCallsToAction a.socialLink:link,
    #postNotificationCallsToAction a.socialLink:visited {
        font-size: .8em;
        height: 35px;
        margin-bottom: 0
    }

    #postNotificationCallsToAction .btn {
        margin-right: 0;
        margin-bottom: 1px;
        font-size: 1.1em
    }

    #ExcelLogo.domainSearchLogoContainer {
        margin: 0 4px 0 8px
    }

    .pwnLogo.large {
        background-size: auto 100% !important
    }

    .weHateCaptchas {
        display: none
    }

    .bitcoinAddress {
        font-size: .85em
    }
}

@media(min-width:481px) and (max-width:767px) {
    .main {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .main .main-logo .logo {
        border-radius: 12px;
        border: 3px solid #fff;
        font-size: 2.8em;
        padding: 5px 12px
    }

    .logoPanel p {
        font-size: 1.5em;
        margin-top: 20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .main .main-logo .logo {
        font-size: 4.7em
    }

    .logoPanel p {
        font-size: 1.5em
    }

    .nav>li>a {
        padding-left: 9px;
        padding-right: 9px
    }
}

@media(max-width:991px) {
    .container {
        width: 100%
    }

    .pwnDefinition {
        display: none
    }

    .navbar-inverse .container {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media(max-width:767px) {
    .pwnLogo.large {
        background-size: auto 100% !important;
        margin-bottom: 20px
    }

    .pwnLogo.large.sony,
    .pwnLogo.large.battlefieldheroes,
    .pwnLogo.large.tesco,
    .pwnLogo.large.forbes,
    .pwnLogo.large.muslimdirectory {
        background-size: 70% auto !important
    }

    .pwnedSummaryRow div.col-sm-4,
    .pwnedSummaryRow>div:first-child,
    .pwnedSummaryRow>div:last-child {
        padding: 0
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus {
        background-color: #3382a2
    }

    .profilePicture {
        float: none;
        margin: 0 0 20px
    }

    .actionsBar .startUsingPasswordManager {
        text-align: left
    }

    .pwnResultBanner a.btn {
        margin: 0
    }
}

@media(min-width:768px) {
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block
    }

    ul.nav li.dropdown:hover {
        background-color: #3382a2
    }
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df
}

.StripeElement--invalid {
    border-color: #fa755a
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important
}

#card-errors {
    display: none
}

.label {
    font-size: 95%;
    font-weight: 400
}

#api-subscription-controls {
    margin-bottom: 0
}

#api-subscription-controls form {
    display: inline-block
}

#api-subscription-controls button {
    margin-right: 5px
}