@media screen and (min-width:500px) and (max-width:750px) {
main .container{
    background-color: #FFFFFF;
    width: 98%;
    /*max-width: 1290px;*/
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}	
.content {
    width: 100%;
    order: 1;
}
.div-horizontal-table{
	display: grid;
    grid-template-columns: auto;
}
.div-squar-table-cell{
	display: block;
    width: auto;
    min-height: 300px;
    border: 1px solid #BDC7D8;
    padding-top: 18px;
    padding-bottom: 8px;
	text-align: center;
    vertical-align: top;
    float: left;
    margin-top: 1px;
    margin-right: 1px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.div-squar-table-cell:hover{
	display: block;
    width: auto;
    min-height: 300px;
    padding-top: 18px;
	text-align: center;
    vertical-align: top;
    background-color: #FBFBFB;
    float: left;
    margin-top: 1px;
    margin-right: 1px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}	
.div-squar-lyrics-details{
	text-align: left;
    font-size: 0.95rem;
}	
.sidebar {
    width: 100%;
	order: 2;
}	
.right-container{
	width: 98%;
	margin-left: auto;
    margin-right: auto;
}	
    #nav-footer-links{

	padding: 0 16px;

	text-align: left;

	color: #00AEAE;

}
/* Lyrics list */
ul.ul-bredcrumbs{
	padding: 10px 16px;
	list-style: none;
	text-align: left;
	line-height: 1.6;
}
ul.ul-bredcrumbs li{
	display: block;
}
ul.ul-bredcrumbs li+li:before {
	padding: 5px;
	content: "»\00a0";
}
.div_horizontal_td_cell {
    display: flex;
    flex-wrap: wrap;
    color: #3B5998;
    font-weight: 700;
    border: 1px solid #BDC7D8;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
	margin-top: 2px;
    margin-bottom: 2px;
}
.div_horizontal_td_cell2 {
    display: flex;
    flex-wrap: wrap;
    color: #3B5998;
    font-weight: 700;
    border: 1px solid #BDC7D8;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
	margin-top: 2px;
    margin-bottom: 2px;
}
.all-lyrics-thumb-div {
    width: 100%;
    text-align: center;
    /* order: 1; */
}
.imgbrd {
    width: 150px;
    height: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    border-radius: 6px;
}
.all-lyrics-thumb-details-div {
    width: 100%;
    color: #5A5B5B;
    font-weight: 400;
    padding-left: 12px;
    /* order: 2; */
}
.div_horizontal_td_cell:hover {
    display: flex;
    flex-wrap: wrap;
    color: #3B5998;
    font-weight: 700;
    border: 1px solid #BDC7D8;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FBFBFB;
    width: 100%;
	margin-top: 2px;
    margin-bottom: 2px;
}
.div_horizontal_td_cell2:hover {
    display: flex;
    flex-wrap: wrap;
    color: #3B5998;
    font-weight: 700;
    border: 1px solid #BDC7D8;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FBFBFB;
    width: 100%;
	margin-top: 2px;
    margin-bottom: 2px;
}
/* Singers List */
.div-tbl-artist-list{
	display: flex;
    flex-wrap: wrap;
}
.div-artist-list-cell{
	display: block;
	width: 48.5%;
    color: #002C2C;
    border: 1px solid #BDC7D8;
    margin-top: 1px;
    margin-right: 1px;
    padding-left: 5px;
    padding-top: 10px;
	padding-bottom: 10px;
}
.div-artist-list-cell:hover{
	display: block;
	width: 48.5%;
    color: #002C2C;
    border: 1px solid #BDC7D8;
    margin-top: 1px;
    margin-right: 1px;
    background-color: #FBFBFB;
    padding-left: 5px;
    padding-top: 10px;
	padding-bottom: 10px;
}
/* Lyrics view */
#div-lyric-block {
    width: 100%;
    height: auto!important;
    margin-left: auto;
	margin-right: auto;
    margin-top: 5px;
}
#LyrImg{
	margin-top: 5px;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
}
.lyric_image{
	width: 100%;
    height: auto;
}
#lyrTools{
	display: block;
    width: 100%;
    min-height: 30px;
    border: 1px solid #BDC7D8;
    background-color: #FBFBFB;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-bottom: 25px;
    padding-top: 10px;
    box-shadow: 0 0 1px rgb(0 0 0 / 7%);
	margin-bottom: 25px;
}
#div_song_infomations{
	display: grid;
    grid-template-columns: 25% 75%;
    width: 90%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.2rem;
}
.div_song_information_cell{
	background: #EDF0F5;
    padding: 5px;
    margin: 1px;
}
.div-link-buttons, .div-mp3-link-buttons{
	width: 90%; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	margin-bottom: 20px;
}
.div-link-buttons  a{
	display: block;
    background-color: #176326;
    color: #FFF;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #28a745;
}
.div-link-buttons  a:hover{
	display: block;
    background-color: #28a745;
    color: #FFF;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #09cd18;
}
.div-mp3-link-buttons  a{
	display: block;
    background-color: #0054B3;
    color: #FFF;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #007bff;
}
.div-mp3-link-buttons  a:hover{
	display: block;
    background-color: #007bff;
    color: #FFF;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #007bff;
}
#copy-button {
    display: inline-block;
    outline: 0;
    border: dotted 1px;
    cursor: pointer;
    height: 32px;
    padding: 0 16px;
    border-radius: 50px;
    background-color: #2222220d;
    font-size: 1.2em;
    margin-top: 25px;
}
.div_lyrics_unicode_text {
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    width: 50%;
}
#song-lyrics-embed-codes  input[type="text"] {
	width: 400px;
    font-size: 13px;
    background-color: #FFF;
    border: 1px solid #bdc7d8;
    color: #424141;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
/* Footer */
.nav-link-list-box{
	display: grid;
    grid-gap: 24px;
    list-style: none;
    padding: 24px 0;
	grid-template-columns: auto auto;
}
.nav-link-list{
	list-style-type: none;
    padding: 0;
}
.nav-link-list-link{
	display: inline-block;
    padding: 8px 0;
}
#nav-footer-links h3{
	font-size: 1.2em;
}
#nav-footer-links a:link, #nav-footer-links a:visited,  #nav-footer-links a:active {
    font-size: 1rem;
    font-weight: 400;
    color: #DDDCDC;
    text-decoration: none;
	display: flex;
    align-items: center;
    padding-bottom: 8px;
}
#nav-footer-links a:hover{
    font-size: 1rem;
    font-weight: 400;
    color: #00AEAE;
    text-decoration: none;
}
.nav-footer-social-media{
	display: grid;
    grid-template-columns: auto auto;
	list-style: none;
	border-top: solid #00AEAE 1px;
    padding-top: 24px;
    padding-left: 0px;
}
.footer-copyright{
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	color: #DDDCDC;
}
}