/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.badge-pill {
    font-size: 15px;
    letter-spacing: 2px;
    width:100%;
}

table {
    font-size: 16px;
    font-family: 'Microsoft JhengHei';
    letter-spacing: 1px;
}

table font {
    font-size: 13px;
    letter-spacing: 1px;
}

#page-title .page-title > span {
    font-size:16px;
    letter-spacing: 2px;
	font-size: 18px;
}

#page-title .page-title > h1 {
    font-size:18px;
}

.post-item img {
    max-width:100%;
}

.kyfloat {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: auto;
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #FFF;
	color: white;
	z-index:1;
	overflow: auto;
	border-radius: 10px;
	box-shadow: 10px 10px #FFF07D;
}

.kyfloat button {
    background-color: #fff07d;
    padding: 5px; 
    border:#ffc000 1px solid;
    border-radius: 10px;
    margin-bottom: 10px;
    width:100%;
    letter-spacing: 8px;
    font-weight: 900;
}

span.url {
    color:#4c4c4c;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}