#more1				{display: none;}
#more2				{display: none;}
#more3				{display: none;}
#more4				{display: none;}
#more5				{display: none;}
#more6				{display: none;}
#more7				{display: none;}
#more8				{display: none;}
#more9				{display: none;}
#more10				{display: none;}

.show-more1, .show-more2, .show-more3, .show-more4, .show-more5, .show-more6, .show-more7, .show-more8, .show-more9, .show-more10                     {
        display:                inline-block;
        padding:                7px 7px;
        position:               absolute;
        right:                  10px;
        bottom:                 15px;
        z-index:                301;
        background-color:       rgba(var(--c-black-1).0);
        color:			rgba(var(--c-sign-2)1);
        cursor:                 pointer;
        font-family:            Lato;
        font-weight:            300;
	border:			0;
        border-radius:          4px;
        font-size:              16px;
        box-shadow:             rgba(var(--c-black-1).7);
        animation:              pulse 2s ease-out  infinite;
                                }

.show-less1, .show-less2, .show-less3, .show-less4, .show-less5, .show-less6, .show-less7, .show-less8, .show-less9, .show-less10                    {
        display:                none;
        padding:                7px 7px;
        background-color:       rgba(var(--c-black-1).0);
        position:               absolute;
        right:                  10px;
        bottom:                 15px;
        z-index:                301;
        color:			rgba(var(--c-sign-2)1);
        cursor:                 pointer;
        font-family:            Lato;
        font-weight:            300;
	border:			0;
        border-radius:          4px;
        font-size:              16px;
        box-shadow:             rgba(var(--c-black-1).7);
        animation:              pulse 2s ease-out  infinite;
                                }

@keyframes pulse                {
0% {box-shadow: 0 0 0 0 rgba(var(--c-sign-1)0.8);}
10% {box-shadow: 0 0 0 1px rgba(var(--c-sign-1)0.8);}
20% {box-shadow: 0 0 0 2px rgba(var(--c-sign-1)0.8);}
30% {box-shadow: 0 0 0 3px rgba(var(--c-sign-1)0.8);}
40% {box-shadow: 0 0 0 2px rgba(var(--c-sign-1)0.8);}
50% {box-shadow: 0 0 0 1px rgba(var(--c-sign-1)0.8);}
60% {box-shadow: 0 0 0 0 rgba(var(--c-sign-1)0.8);}
70% {box-shadow: 0 0 0 0 rgba(var(--c-sign-1)0.8);}
80% {box-shadow: 0 0 0 0 rgba(var(--c-sign-1)0.8);}
90% {box-shadow: 0 0 0 0 rgba(var(--c-sign-1)0.8);}
100% {box-shadow: 0 0 0 0 rgba(var(--c-sign-1)0.8);}
                                }
