/*temp*//* #summary { display: none;}*/
#iframe_ct {
    height:auto;
    width: 100%;
    overflow-x:hidden;
    margin-top: -10px;
}
.togglesum {
    background-color: #45ada8;
    padding : 0px 15px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease 0s !important;
    transition: background-color 0.3s ease 0s !important;
    margin-left: 5px;
}
.togglesum:hover {
    background-color: #547980;
}
h2 {
    margin-top: 20px;
    margin-left: 34px;
    color: #594F4F;
    font-size: 2rem;
}
.summary {
    margin-left: 20px;
    display:none;
}
.summary li a {
    color : #45ada8;
/*    text-decoration: underline;*/
}