<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearleft
{
	clear:left;
	height:0px;
}

#calloutMain {
    width: 240px;
    padding-bottom: 20px;
}

#calloutMain .callout {
    margin: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
 }
 
 #calloutMain .callout.last {

 }
 
#calloutMain .callout .callout_header {
    margin-left: 0px;
}

#calloutMain .callout_header {
    font-size: 1.3em;
    width: 175px;
    font-weight: bold;
}
 
 #calloutMain .callout img {
    float: left;
 }
 
#calloutMain .callout p {
    margin-left: 80px;
 }
 
.callout
{
	border: solid 1px #A8A7A7;
	background-color: #F5F5F5;
	padding: 15px;
} 
 
.callout p .mins_in_account {
    font-weight: bold;
 }
 
.callout ul {
    list-style-type: none;
    margin-left: 4px;
 }
 
.callout li {
    padding: 0px 0px 0px 11px;
	min-height: 4px;
	height:auto;
	background: url('//www-aws-static.tutor.com/images/icons/bullet-orange-circle-small.gif?v=2025-02-25') top left no-repeat;
 }
 
.callout .arrow_list, .callout-box {
	background-position:top left;
	background-image:url('//www-aws-static.tutor.com/images/SitewideAndHomepage/callout-left.gif?v=2025-02-25');
	background-repeat:no-repeat;		
	background-color: #C0BFBF;
	padding: 6px;
	margin: 0px -15px;
	font-size: 1.2em;
	text-align: right;
}
 
.callout .arrow_list li, .callout-box .arrow_list li, .callout-box .arrow {
    padding: 0px 0px 0px 20px;
    color: inherit;
	background-image:url('//www-aws-static.tutor.com/images/SitewideAndHomepage/right-arrow.gif?v=2025-02-25');
	background-repeat:no-repeat;		
	display: inline;    
 }
 
.callout .arrow_list li a, .callout a, .callout-box .arrow_list li a
{
	color:#3A6FB7;
	font-weight: bold;
}

.callout_green {
    
}

.callout_purple {
    
}

.callout_blue {
    
}

.callout_red {
    
}

.callout_orange {
    
}


/* End Right Callouts */

    .spotlight_display_object
    {
	    /*We have to set these both be inline*/
	    display:inline;
	    cursor:pointer;
    }
    .spotlight_this
    {
	    /*We have to set these both be inline*/
	    display:inline;
    }</pre></body></html>