.ifgp-wrapper{
max-width:900px;
margin:auto;
font-family:Arial;
}

#ifgp-input{
width:100%;
padding:15px;
font-size:18px;
margin-bottom:20px;
}

.ifgp-font{
border:1px solid #eee;
padding:15px;
margin-bottom:15px;
border-radius:6px;
}

.ifgp-title{
font-weight:bold;
margin-bottom:6px;
}

.ifgp-output{
font-size:22px;
margin-bottom:10px;
}

.ifgp-copy{
background:#ff2d55;
color:#fff;
border:none;
padding:8px 14px;
cursor:pointer;
border-radius:4px;
}

#font-search{
width:100%;
padding:10px;
margin-bottom:20px;
font-size:16px;
border:1px solid #ddd;
border-radius:5px;
}

#ifgp-copy-all{
background:#222;
color:#fff;
border:none;
padding:10px 16px;
margin-bottom:20px;
cursor:pointer;
border-radius:4px;
font-size:14px;
}

#ifgp-copy-all:hover{
background:#444;
}