#alphameta-form {
    display: block;
    max-width: 600px;
    margin: 0 auto;
}

#meta-results {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

#alphameta-form .the-url {
    display: block;
    margin: 0 auto 5px;
    font-size: 15px;
    color: #333;
    font-family: inherit;
    padding: 15px;
    box-sizing: border-box;
    background-color: inherit;
    border: 1px solid #333;
}

#alphameta-form h2 {
    text-align: center;
    font-family: inherit;
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    font-weight: 400;
    color: #bbb;
}

#alphameta-form [type="submit"] {
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5em !important;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    background-color: #333;
    transition-duration: 0.5s;
}

#alphameta-form [type="submit"]:hover {
    background-color: #666;
}

#alphameta-form input::-webkit-input-placeholder,
#alphameta-form input::-moz-placeholder,
#alphameta-form input:-ms-input-placeholder,
#alphameta-form input:-moz-placeholder  { 
	font-size: inherit;
  	color: #999;
}

.meta-results-wrapper {
    padding: 20px;
    box-sizing: border-box;
}

.meta-results-wrapper p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto 20px;
    font-family: inherit;
}

.meta-results-wrapper a {
    text-decoration: none;
    text-shadow: none;
    box-shadow: none !important;
}

.meta-results-wrapper p strong {
    margin-right: 5px;
}