html {
    background: url(/assets/images/projects/taggle/bg.png) repeat
}

.diary__top h1, .diary__top h2, .diary__top h3, .diary__top h4, .diary__top h5, .diary__top h6 {
    text-shadow: 1px 1px 1px #fff;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    margin: 0
}

.diary__top pre {
    border-radius: 3px;
    overflow-x: scroll
}

.diary__top p {
    color: #000
}

.diary__top p a {
    color: #903;
    text-decoration: none;
    padding: 3px
}

.diary__top p a, .diary__top p a:hover {
    transition: all .25s
}

.diary__top p a:hover {
    color: #fff
}

.diary__top .btn, .diary__top p a:hover {
    background: #903
}

.diary__top .btn {
    padding: 12px 30px;
    border-radius: 3px;
    margin-right: 10px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    width: 130px
}

.diary__top .btn:hover {
    background: #c04
}

.diary__top .btn:active {
    top: 1px
}

.diary__top .btn:last-child {
    margin-right: 0
}

@-webkit-keyframes a {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-16px)
    }
    60% {
        -webkit-transform: translateY(-7px)
    }
}

@keyframes a {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px)
    }
    60% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

.diary__top .bounce {
    -webkit-animation-name: a;
    animation-name: a
}

#forkongithub a {
    background: #903;
    color: #fff
}

.diary__top .project_container a {
    color: #000
}

.diary__top .clearfix:after, .clearfix:before {
    display: block;
    content: "";
    line-height: 0;
    clear: both
}

.diary__top .taggle_list {
    float: left;
    width: 100%
}

.diary__top .taggle_input {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300
}

.diary__top .taggle_list li {
    float: right;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    margin-bottom: 5px
}

.diary__top .taggle_list .taggle {
    margin-right: 8px;
    background: #e2e1df;
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.diary__top .taggle_list .taggle_hot {
    background: #cac8c4
}

.diary__top .taggle_list .taggle .close {
    font-size: 1.1rem;
    position: absolute;
    top: 5px;
    right: 3px;
    text-decoration: none;
    padding-left: 2px;
    padding-top: 3px;
    line-height: .5;
    color: #ccc;
    color: rgba(0, 0, 0, .2);
    padding-bottom: 4px;
    display: none;
    border: 0;
    background: none;
    cursor: pointer
}

.diary__top .taggle_list .taggle:hover {
    padding: 5px;
    padding-right: 15px;
    background: #ccc;
    transition: all .3s
}

.diary__top .taggle_list .taggle:hover > .close {
    display: block
}

.diary__top .taggle_list .taggle .close:hover {
    color: #903
}

.diary__top .taggle_placeholder {
    position: absolute;
    color: #ccc;
    top: 12px;
    left: 8px;
    transition: opacity, .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.diary__top .taggle_input {
    padding: 8px;
    padding-left: 0;
    float: left;
    margin-top: -5px;
    background: none;
    width: 100%;
    max-width: 100%
}

.diary__top .taggle_sizer {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -500px;
    z-index: -1;
    visibility: hidden
}

.diary__top .textarea.input, textarea.input {
    border: 0;
    background: #fdfdfd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2), 0 1px 1px hsla(0, 0%, 100%, .7);
    min-height: 60px;
    padding: 8px;
    border-radius: 3px;
    color: #555;
    transition: all .25s;
    cursor: text;
    margin-bottom: 10px;
    position: relative
}

.diary__top .textarea.input.active, .diary__top .textarea.input:focus, .diary__top textarea.input.active, .diary__top textarea.input:focus {
    background: #fff;
    transition: all .25s
}

.diary__top .textarea.input, textarea.input {
    height: auto
}

.diary__top .textarea.tags {
    position: relative
}

.diary__top .textarea.tags * {
    box-sizing: content-box
}

.diary__top .placeholder_input {
    position: relative
}

.diary__top .placeholder_input span {
    position: absolute;
    color: #aaa;
    top: 50%;
    margin-top: -11px;
    left: 10px
}

.diary__top .placeholder_input input {
    width: 120px
}

.diary__top .ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0
}

.diary__top .ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none
}

.diary__top .ui-widget-content {
    background: #fff;
    color: #903
}

.diary__top .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%
}

.diary__top .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400;
    color: #8a8a8a;
    cursor: pointer
}

.diary__top .ui-menu .ui-menu-item a:hover {
    color: #fff;
    background: #903
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    background: #903;
    color: #fff !important
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #fff
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff;
    font-weight: 400;
    color: #212121
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.diary__top .autocomplete {
    max-height: 200px;
    overflow: scroll;
    position: absolute;
    top: 66px;
    background: #fff;
    width: 99.5%;
    left: .25%;
    z-index: 1
}

.diary__top .autocomplete ul li {
    display: block;
    padding: 6px 8px
}

.diary__top .autocomplete ul li.selected, .diary__top .autocomplete ul li:hover {
    background: #f63;
    color: #fff;
    cursor: pointer
}

.ui-autocomplete {
    max-height: 200px;
    overflow: scroll;
    width: 99% !important
}

.diary__top .custom.textarea {
    border-radius: 0;
    box-shadow: none
}

.diary__top .custom.textarea .taggle {
    border-radius: 0;
    padding: 5px;
    padding-right: 20px
}

.diary__top .custom.textarea .taggle .close {
    display: inline-block;
    right: 3px
}

.diary__top .custom.delicious {
    border: 1px solid #aaa;
    min-height: 50px
}

.diary__top .custom.delicious, .custom.delicious.active {
    background-image: linear-gradient(180deg, #eee 1%, #fff 15%)
}

.diary__top .custom.delicious.active {
    border-color: #3274d1
}

.diary__top .custom.delicious .taggle {
    color: #444;
    border-radius: 0;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: #ddd;
    font-family: sans-serif;
    font-size: .8rem;
    padding: 5px;
    padding-left: 20px
}

.diary__top .custom.delicious .taggle .close {
    color: #aaa;
    font-size: .9rem;
    height: .7rem;
    width: .7rem;
    line-height: .1rem;
    margin-top: 3px;
    right: auto;
    left: 5px
}

.diary__top .custom.delicious .taggle .close:hover {
    color: #888
}

.diary__top .custom.stackoverflow {
    border: 1px solid #ccc;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.diary__top .custom.stackoverflow .taggle {
    color: #3e6d8e;
    border-radius: 0;
    background-color: #e0eaf1;
    font-weight: 200
}

.diary__top .custom.stackoverflow .taggle.taggle_hot {
    background: #bdd0dd
}

.diary__top .custom.stackoverflow .taggle .close {
    color: #aaa;
    border-radius: .7rem;
    font-size: .9rem;
    height: .7rem;
    width: .7rem;
    line-height: .1rem;
    margin-top: 3px
}

.diary__top .custom.stackoverflow .taggle .close:hover {
    background: #c03434;
    color: #fff
}