.resourceTransferImg {
    width: 50px;
}

.resourceTransferAmount {
    align-items: center;
    display: flex;
}
.resourceTransferAmount img {
    height: 25px;
    margin: 0px 7px;
}

.resourceTransferAmountContainer {
    align-items: center;
    display: flex;
    justify-content: center;
}

.resourceTransferTable td,
.spendFavorTable td {
    border: 1px solid black;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.resourceTransferError {
    color: red;
    font-weight: bold;
}

.cityMarketOrders img {
    width: 25px;
}

.marketResourcesOuterContainer {
    display: flex;
}

.marketResourcesHalfContainer {
    width: 50%;
}

.marketResources {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.marketResourceElement {
    align-content: center;
    border: 1px solid black;
    cursor: pointer;
    margin: 1px;
    padding: 5px;
    width: 100px;
}
.marketResourceElement img {
    height: 50px;
    margin: 3px;
}

.cityShopResourcesList,
.cityShopEquipItem {
    border: 3px solid black;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 30px;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
}
.cityShopResourcesList img {
    margin: 3px;
}

.cityShopItemList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cityShopResourceItem,
.shopItemCostUnit {
    border: 1px solid black;
    margin: 3px;
}
.cityShopResourceItem img,
.shopItemCostUnit img {
    height: 25px;
}

.shopItemDataImg {
    border: 1px solid black;
    height: 100px;
    margin: 3px;
}

.shopItemCost {
    display: flex;
    flex-direction: row;
}

.shopItemBuyAction {
    border: 1px solid black;
    border-radius: 10px;
    cursor: pointer;
    padding: 3px;
}