/* Micro devices (portrait phones, 321px and under) */
@media screen and (max-width: 321px) {}

/* Tiny devices (321px and up) */
@media screen and (min-width: 321px) {
}

/* unofficial breakpoint but it needs this */
/* @media screen and (min-width: 400px) {
	.glossary-input {
	    width: 200px;
	} */

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {	
	.glossary-heading {
		font-size: 2.125rem; /*from 1.8*/
	}
	
	.tdc-h1, .save-window-h1, .output-window-h1 {
		font-size: 1.5rem; /*from 1.3*/
	}
	
	.tdc-h2, .save-window-h2, .output-window-h2 {
		font-size: 1.1rem; /*from 1*/	
	}
   
	.az-link-container {
		padding: 1rem; 
		width: 500px;
	}
	
	.az-link-container-span-div.update-sm {
		display: block;
		margin-bottom: 0.5em;
	}
	
	.az-link-buttons-container {
		margin: 0 1em;
		padding: 0.5em 0;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
	
	.az-link-buttons-container .br-span.update-sm {
		display: inline;
	}
	
	.az-link {
		width: 6%;
	}
	
	.glossary-input-container {
	    position: relative;
	    width: 500px;
		height: 90px;
   		padding: 0.25em 1em 1em 1em;
	}
	
	.glossary-input {
	    width: 395px;
	}
	
	.glossary-input-div {
	    position: unset;
	    top: 0;
		display: block;
		max-width: 500px;
		margin-right: 10px;
		line-height: 60px;
	}
	
	.glossary-input-button {
	    top: 1px;
	    position: relative;
	    width: 80px;
	}
	
	.save-indicator-instruction-container {
		max-width: 300px;
	}
    
    .save-indicator-icon {
	    height: 32px;
	    width: 32px;
    }
    
    .save-indicator-icon-container {
    	top: -0.25rem;
    }
	
	.save-button-container-div {
		display: inline-block;
		max-width: 2rem;
		height: inherit;
	}
	
	.search-result-list-column-b {
		border-left: 1px solid rgba(0,0,0,0.25);
		min-height: 350px;
	}
	
	.save-window-term-name {
		width: 45%;
	}
	
	.save-window-term-controls {
		width: 55%;
	}

	.save-window-term-button {
		height: 20px;
		width: 20px;
	}
	
	.main-app-center {
		width: 576px;
		margin: 0 auto;
	}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
	.glossary-input-container {
	    position: relative;
    	width: unset;
		height: 60px;
		padding: 1em;
	}
	
	.glossary-input {
	    width: 400px;
	}
	
	.glossary-input-div {
	    position: absolute;
	    top: 0.5rem;
		display: inline-block;
		margin-right: 10px;
		max-width: 530px;
		line-height: 60px;
	}
	
	.glossary-input-button {
	    top: 1px;
	    position: relative;
	    width: 100px;
	}
	
	.save-indicator-instruction-container {
		max-width: 10rem;
	}
	
	.glossary-save-div {
		float: right;
		width: 13rem;
		max-width: 13rem;
		height: 4rem;
		margin: 0;
		padding-left: 1rem;
		border-left: 1px solid black;
	}
	
	.save-indicator-instruction-container {
	    max-width: 8.5rem;
	}
	
	.save-indicator-instruction {
		position: relative;
	    top: 0.5rem;
    }
    
    .save-indicator-icon {
	    height: 32px;
	    width: 32px;
    }
    
    .save-indicator-icon-container {
    	top: -0.75rem;
    }
	
	.save-button-container-div {
		display: inline-block;
		max-width: 2rem;
		height: inherit;
	}
	
	.save-indicator-counter {
	    position: relative;
	    top: -0.6rem;
	    left: 0.5rem;
	}
   
	.az-link-container {
    	width: unset;
		padding: 1rem; 
	}
	
	.az-link-container-span-div.update-md {
		display: block;
		margin-bottom: 0.5em;
	}
	
	.az-link-container-span-div.update-sm {
		display: none;
	}
	
	.az-link-buttons-container {
		margin: 0 2em;
		padding: 0.5em 0;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}   
	
	.az-link-buttons-container .br-span.update-sm {
		display: none;
	}
	
	.az-link {
		width: 3.25%;
	}
	
	.save-window-term-name {
		width: 55%;
	}
	
	.save-window-term-controls {
		width: 45%;
	}
	
    .save-window-term-button {
		height: 24px;
		width: 24px;
	}
	
	.main-app-center {
		width: 768px;
		margin: 0 auto;
	}
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
	.glossary-input-container {
	    position: relative;
    	width: unset;
		height: 60px;
		padding: 1em;
	}
	
	.glossary-input {
	    width: 486px;
	}
	
	.glossary-input-div {
	    position: absolute;
	    top: 0.5rem;
		display: inline-block;
		margin-right: 20px;
		max-width: 592px;
		line-height: 60px;
	}
	
	.glossary-input-button {
	    top: 1px;
	    position: relative;
	    width: 100px;
	}
	
	.glossary-save-div {
		float: right;
		width: unset;
		max-width: 20rem;
		height: 4rem;
		margin: 0;
		padding-left: 1rem;
		border-left: 1px solid black;
	}
	
	.save-indicator-instruction-container {
	    max-width: 10rem;
	}
	
	.save-indicator-instruction {		
		position: relative;
		top: 0.85em;
	}
    
    .save-indicator-icon {
	    height: 48px;
	    width: 48px;
    }
    
    .save-indicator-icon-container {
    	top: -0.75rem;
    }
	
	.save-button-container-div {
		display: inline-block;
		max-width: 6rem;
		height: inherit;
	}
	
	.save-indicator-counter {
		margin-right: 1rem;
	    position: relative;
	    top: -0.6rem;
	}
	
	.search-result-list-column {
	    min-width: 496px;
	    flex-basis: 0%;
	}
	
	.search-status-span,
	.search-results-span {
	    width: 496px;
	    min-width: 496px;
	    flex-basis: 0%;
	}
	
	.search-pagination-container {
    	min-width: 992px;
    	flex-basis: 0%;
	}
	
	.az-link-container {
    	width: unset;
		padding: 1rem; 
	}
	
	.az-link-container-span-div.update-sm,
	.az-link-container-span-div.update-md {
		display: none;
	}
	
	.az-link-container-span-div.update-lg {
		display: block;
		margin-bottom: 0.5em;
	}
	
	.az-link-buttons-container {
		margin: 0 2em;
		padding: 0.5em 0;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
	
	.az-link-buttons-container .br-span.update-sm {
		display: none;
	}
	
	.main-app-center {
		width: 992px;
		margin: 0 auto;
	}
	
	.search-result-list-term {
		width: 80%;
	}
	
}