html {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    box-sizing: border-box !important;
}
body {
    margin: 0;
    padding: 50px;
    background-color: #ffffff;
    color: #333333;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42857143;
}
.container {
    max-width: 800px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
h1, h2, h3 {
    color: #004376;
}
h1 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: normal;
}
h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
}
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}
p {
    margin: 10px 0;
}
.text-small {
    font-size: 14px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-uppercase {
    text-transform: uppercase;
}
a {
    color: #004376;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #333333;
    text-decoration: underline;
}
.btn {
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
    color: #ffffff;
    background: #004376;
    padding: 5px 10px;
    margin-right: 30px;
}
a.btn,
a.btn:hover,
a.btn:focus {
    color: #ffffff;
}
.form-row {
    width: 100%;
    margin: 10px 0;
}
input,
select {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
input[type="number"]  {
    width: 100px;
}
input[type="text"]  {
    width: 500px;
}
input[type="submit"]  {
    cursor: pointer;
    color: #ffffff;
    background: #004376;
    padding: 5px 10px;
    border: none;
}
label {
    display: inline-block;
    width: 180px;
}

.website_fields {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.delete_website_button {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    color: red;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}