body {
    font-family: Oswald, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.tbl {
    border: solid 1px #1e4287;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px;
}

.tbl thead th {
    background-color: #fff;
    border: solid 1px #1e4287;
    color: #1e4287;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}

.tbl tbody td {
    border: solid 1px #1e4287;
    color: #1e4287;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}

.tbl a {
    color: #000;
    font-weight: inherit;
    text-decoration: none;
}

#error {
    text-align: center;
    font-weight: bold;
}

#result, #tweet {
	overflow: hidden;
}

#result {
    margin-top: 15px;
    width: 90%;
}

div.share {
	border-radius: 5px;
	border: 2px solid #1e4287;
	background: #fff;
	padding: 0 1em;
	height: 140px;
}

#origlink{
	display: inline-block;
	white-space: pre;
	width: 183px;
	overflow: hidden;
	vertical-align: -2px;
}

#resultbox {
    width: auto;
    margin-bottom: 1em;
    height: auto;
}

#sharelinks a {
	padding: 0 12px 0 18px;
	font-weight: bold
}

#share_tw {background: transparent url(/images/twitter.png) left center no-repeat;}
#share_fb {background: transparent url(/images/facebook.png) left center no-repeat;}

.copyUrl{
	animation-name: pulse;
	animation-duration: 250ms;
	animation-iteration-count: 1;
	animation-play-state: paused;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

@keyframes pulse {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-color: rgb(140, 180, 240);
  }
}

#result input.text {  
    background: none;
    color: rgb(0, 68, 255);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    font-weight: 100;
    margin:1px;
    width:50%;
}

@media (max-width: 480px) {
    body {
        font-size: 10px;
    }

    .inline-input-url {
        width: 350px;
    }

    .flex-row {
        width: 350px;
    }

    .inline-input {
        height: 20px;
    }

    .paragraph {
        max-width: 350px;
        overflow-wrap: break-word;
    }

    #result{
        width: 80%;
    }

    #resultbox {
        width: auto;
        margin-bottom: 1em;
        height: auto;
    }
}

.svg-inline {
    width: 0.875em;
}

.copyButton {
    color: #555;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
    width: 1.25em;
}

.copyButton:active {
    color: #fff;
    background-color: #1f4287;
}

.error {
    justify-self: center;
    color: red;
}

.warning {
    justify-self: center;
    color: rgb(0, 0, 200);
}

.warning a {
    justify-self: center;
    color: rgb(0, 0, 200);
}

.avatar img{
    width: 120px;
    border-radius: 60px;
}

.hide {
    display: none;
}

/**===== progress =====*/
#dots {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    height: 35px;
    width: 50px;
    margin: 25px 0 0 -25px;
  }
  
  #dots span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    -webkit-animation: dots 1s infinite ease-in-out;
            animation: dots 1s infinite ease-in-out;
  }
  
  #dots span:nth-child(1) {
    left: 0px;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  
  #dots span:nth-child(2) {
    left: 15px;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  
  #dots span:nth-child(3) {
    left: 30px;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  
  #dots span:nth-child(4) {
    left: 45px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  
  @keyframes dots {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      background: rgba(0, 0, 0, 0.25);
    }
    50% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      background: #1e4287;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      background: rgba(0, 0, 0, 0.25);
    }
  }
  /** END of progress */
