body {
    font-family: 'Roboto', sans-serif;
}

#app {
    margin: 20px 0 20px 0;
}

.container {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 25px;
}

.ahd-block {
    display: block;
}

.block-tools .tool {
    display: inline-block;
    margin-right: 20px;
}

.block-tools label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.block-tools .ahd-input-text {
    font-size: 13px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

#ahd-input-keywords {
    width: 52%;
}

#ahd-input-url {
    width: 17%;
}

#ahd-input-country {
    width: 10%;
}

.ahd-input-text {
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

.ahd-input-text:focus, .ahd-select:focus {
    outline: none;
}

.ahd-select {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}

.ahd-input-submit {
    background: #47cf73;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #47cf73;
    padding: 10px;
    cursor: pointer;
}

.ahd-input-submit:hover {
    background: #2fb45a;
}

.ahd-input-submit:active, .ahd-input-submit:focus {
    border: 1px solid #47cf73;
}

.no-results {
    display: block;
    text-align: center;
    margin-top: 150px;
    color: #333;
    font-size: 15px;
}

#validationUrlMsg, #validationKeywordsMsg {
    display: none;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 15px;
}

#loading {
    display: none;
    max-width: 200px;
    margin: 150px auto 0px auto;
}

#loading img {
    width: 100%;
    margin-top: 20px;
}

#keyword-results {
    display: none;
}

table {
    margin-top: 50px;
    border-collapse: collapse;
    width: 100%;
}

td, th {
  border: 1px solid #f1f1f1;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f1f1f1;
}
