#contactinfo{
float:right;
font-family:'Frank Ruhl Libre', Verdana, Arial;
color:#999999;
font-size:1.2em;
text-align:right;
margin-top:80px;
}

#tel{
font-size:1.6em;
color:#F59FBA;
}
#number{
font-size:1.6em;
color:#AA5074;
}
#spectulise {
    padding-top: 25px;
}
.slideinfo {
    margin-bottom: 20px;
    width:auto;
}
.specbox h3{
font-size:2em;
}
.specbox .ui-accordion h3{
font-size:1.6em;
font-weight:normal;
}
.colhead{
background-color:#FDE8EF;
color:#AA5074;
font-weight:bold;
width:25%;
}
.termtable{
width:100%;
}
.termtable tr:nth-child(even) {
    background-color: #FEF5F9;
}
.termtable tr:nth-child(odd) {
    background-color: #F3F3F3;
}

.termtable td {
	padding: 5px !important;
}

@media only screen and ( max-width: 600px )
                {
    #contactinfo{
float:none;
font-size:0.9em;

text-align:center;
margin-top:10px;
}
}