html {
  font-size: 18px;
  font-family: "微軟正黑體", sans-serif;
  color: #333333;
}

input::-webkit-input-placeholder {
  font-family: "微軟正黑體", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.hidden {
  display: none;
}

.clearfix {
  clear: both;
}

.ui.menu {
  margin: 0;
}

.ui.ribbon.label {
  position: absolute;
  left: -1rem;
  z-index: 2;
}

.ui.steps .step {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.ui.steps .step.disabled:after {
  top: 0.42em;
  width: 1.8em;
  height: 1.8em;
  right: -0.9em;
}
.ui.steps .step.normal:after {
  border: none;
  background-color: white;
  top: 0.42em;
  width: 1.8em;
  height: 1.8em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
  right: -0.9em;
}
.ui.steps .step.normal:hover:after {
  background-color: #f7f7f7;
}
.ui.steps .step.active {
  background-color: green;
}
.ui.steps .step.active:after {
  border-width: 1.3em;
  border-left-color: green;
  right: -1.2em;
}

#wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

#list {
  margin: 1rem;
}
#list .product {
  display: inline-block;
}
#list .product .card {
  position: relative;
  min-height: 8rem;
}
#list .product .card .status {
  position: absolute;
  left: -1rem;
  z-index: 2;
}
#list .product .card .picture {
  width: 6rem;
  height: 6rem;
  position: absolute;
  border: 1px #cccccc solid;
}
#list .product .card .statistics {
  position: absolute;
  top: 7.5rem;
  font-size: 0.9rem;
}
#list .product .card .statistics .item {
  display: inline-block;
  margin-right: 0.5rem;
}
#list .product .card .statistics .item .text {
  font-size: 0.8rem;
  display: inline-block;
}
#list .product .card .info {
  margin-left: 8rem;
}
@media only screen and (max-width: 768px) {
  #list .ui.stackable.grid > .column {
    margin: 1rem !important;
    padding: 0 !important;
  }
}

#resume {
  margin: 1rem;
  position: relative;
}
#resume .picture {
  width: 8rem;
  height: 8rem;
  position: absolute;
  border: 1px #cccccc solid;
}
#resume #edit {
  float: right;
}
#resume .info {
  margin-left: 10rem;
}
#resume .info #title {
  padding: 0.5rem 0;
}
#resume .info .statistics {
  display: inline;
  margin-left: 1rem;
  font-size: 0.9rem;
  font-weight: normal;
}
#resume .info .statistics .item {
  display: inline-block;
  margin-right: 1rem;
}
#resume #updates {
  margin-top: 2rem;
}
#resume #updates .ui.button {
  width: 100%;
  border: 2px #cccccc dashed;
  background: none;
}
#resume #updates .meta {
  width: 8rem;
  height: 8rem;
  float: left;
}
#resume #updates .photo {
  height: 8.2rem;
  overflow: hidden;
}
#resume #updates .photo .item {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1rem;
  border: 1px #cccccc solid;
}
@media only screen and (max-width: 768px) {
  #resume .ui.stackable.grid > .column {
    margin: 0 0 0.5rem 0 !important;
    padding: 0 !important;
  }
}
