body, button, input, textarea {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

body {
	margin: 0px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.footer {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
    color: darkgray;
}
.footer .menu {
	text-align: center;
}
.footer .menu a {
	margin: 0px 10px;
}
.footer .menu a:link {
  color: darkgray;
}
.footer .trademark {
	text-align: center;
}
.footer .trademark	img {
	display: inline-block; height: 40px; vertical-align: middle;
}

.loader {
	margin: auto;
	border: 5px solid #f3f3f3; 
	border-top: 5px solid #f9cc9d;
	border-bottom: 5px solid #f9cc9d;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


	.moreClass0 {
       position: relative;
       display: flex;
    }    
    .moreClass0>ul.list { display:none; width: 180px; font-weight: bold; font-size: 13px;
		position:absolute; right:0px; z-index:9999;
		margin:0; padding:5px; list-style:none;
		background:#fff; color:#333;
		-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
		-moz-box-shadow:0 0 5px #999; -webkit-box-shadow:0 0 5px #999; box-shadow:0 0 5px #999;
	}
	.moreClass0>ul.list li {
		padding:10px;
		border-bottom: solid 1px #ccc;
	}
	.moreClass0>ul.list li i {
		font-size: 16px;
	}
	.moreClass0>ul.list li:hover {
		background:#EC6603; color:#fff;
	}
	.moreClass0>ul.list li:last-child { border:none }
			
.topbar-fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid lightgray;
	width: 100%;
    background-color: white;
    z-index: 999999;
}
.topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 56px;
	max-width: 935px;
	margin: auto;
}
.topbar img.topleft {
	height: 40px;
	padding-left: 30px;
	cursor: pointer;
}
.topbar .topright {
	font-size: 18px;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
}
.uploadBox2 {
	padding-right: 20px;
	padding-left: 20px;
}
.uploadBox {
	padding-right: 15px;
	padding-left: 35px;
}
.upload {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f9cc9d;
	border-radius: 5px;
	cursor: pointer;
}
.topbar .topright .avatar {
		 display:none;
          width: 36px;
          height: 36px;
          object-fit: cover;
          border-radius: 5px;
          padding: 0px;
      }

.topright i {
	font-size: 25px;
	padding-left: 20px;
}


@media only screen and (max-width: 600px) {
  .imgContainer.twoColumn {       
        -webkit-column-count: 2 !important;
        -moz-column-count:    2 !important;
        column-count:         2 !important;
    }
    .topbar img.topleft {
		padding-left: 15px !important;
	}
	.topbar .topright {
	    padding-right: 15px !important;
	}
	.topbar .topright .avatar {
		 display:block !important;
     }
     .topbar .topright .nickname {
		 display:none !important;
     }
	
	.padding-0-30 {
		padding:0px 15px !important;
	}
	.marginLeft30 {
		margin-left: 15px;
	}
	.marginRight30 {
		margin-right: 15px;
	}
	
	.imgItem2.twoColumn {
	    /* width: 50% !important; */
	}
}

.imgRootContainer2.twoColumn {
	display: flex;	
}

.imgContainer2.twoColumn {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
}
.imgItem2.twoColumn {
    /* width: 33.3%; */
    height: auto;
    flex: 1 0 auto;
}
.imgItemWrap2.twoColumn {
    background-color: white;
    line-height: normal;
    border-radius: 5px;
    height: calc(100% - 8px);
    display: flex;
    flex-direction: column;
    padding: 2px 2px 6px 2px;
}
.imgCls02.twoColumn {
    display: block;
    width: 100%;
    flex: 1;
}
.imgCls2.twoColumn {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.padding-0-30 {
	padding:0px 29px;
}
.marginLeft30 {
	margin-left: 30px;
}
.marginRight30 {
	margin-right: 30px;
}

    .randoms .imgItem {
        width: 220px;
    }
    .randoms .imgItem .imgCls {
        width: 220px;
        height: 260px;
    }

    .imgContainer.oneLine  {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        overflow-x: scroll;
    }
    .imgItem.oneLine {
        margin-right:4px;
        display: inline-block;
        border-radius: 5px;
        background-color: white;
    }
    .imgCls.oneLine{
        border-radius: 5px;
        object-fit: cover;
        max-width: none;
    }
    .imgTitle.oneLine{
        width: 100%;
        display: block;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        margin-top: 2px;
        padding: 0px 8px;
        font-size: 13px;
    }

    .imgContainer.twoColumn {
        /* Prevent vertical gaps */
        line-height: 0;         
        -webkit-column-count: 3;
        -webkit-column-gap:   4px;
        -moz-column-count:    3;
        -moz-column-gap:      4px;
        column-count:         3;
        column-gap:           4px;
        padding: 0px;
    }
    .imgItem.twoColumn {
        /* Just in case there are inline attributes */
        width: 100% !important;
        height: auto !important;
        break-inside: avoid-column;
    }
    .imgItemWrap.twoColumn {
        background-color: white;
        line-height: normal;
        border-radius: 5px;
        margin-bottom: 4px;
    }
    .imgCls0.twoColumn {
        display: block;
        width: 100%;
    }
    .imgCls.twoColumn{
        width: 100%; 
        height: auto;
        border-radius: 5px;
    }
    .imgTitle.twoColumn, .imgPrice.twoColumn {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 13px;
        padding-top: 2px;
    }
    
    
    .imgAddl {
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
    }        
    .imgAddl .addlLeft {
         display: flex;
         align-items: center;
     }
    .imgAddl .addlLeft .avatar {
          width: 23px;
          height: 23px;
          object-fit: cover;
          border-radius: 5px;
      }
     .imgAddl .addlLeft .dispname {
          display: inline-block;
          padding-left: 5px;
          word-break: break-all;
      }
    .imgAddl .addlRight .ilike, .imgAddl .addlRight .ieye {
         padding-left: 5px;
     }

