/* General */

body {
    font-size: 16px;
    max-width: 1233px;
    padding: 1rem;
    margin: 0 auto;
}


h1 {
	font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.2rem;
}

a:link,
a:visited {
    text-decoration: none;
    color: black;
}

input {
  margin: 0;
  outline: 0;
  border-width: 0 0 1px;
}

input:focus {
  border-color: #666;
}


/* overrides */
.album_thumb {
    font-weight: inherit;
}

.instruction-text {
    margin-bottom: 2rem;
}

.download-button {
    color: black;
    padding: 10px 40px;
    border: 1px solid #666;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 1.5rem;
    display: inline-block;
}

.thumb {
    /* smaller margin between rows of thumbs */
    margin-bottom: 1.5rem !important;   
}

.thumb_slot {
    /* disable white border cross in album grid */
    border: 0;
}

.thumb_name, .thumb_name input {
	cursor: default;
}
