/* www.wolframphysics.org/technical-introduction/references/external/

   developer:   charlest
   requires:    /common/framework/css/framework.en.css
                /common/templates/www.wolframphysics.org/css/global.css.en
   ========================================================================== */

/* ==========================================================================
   page styles
   ========================================================================== */

#note {
	background: #f0edff;
	border: 1px solid #c0c0ea;
	padding: 1rem;	
	margin-bottom: 1rem;
}

#external-topics p {
    color: #404040;	
	font-size: 0.875rem;
	line-height: 1.5;
    margin: 0;
}

#external-topics p.small {
	font-size: 0.875rem;
    font-style: italic;
    margin-top: 0.375rem;
}

#external-topics h3 {
    border-top: 1pt solid #d9d9d9;
    color: #1f4d80;
    margin: 2.25rem 0 0 0;
    padding: 0.65rem 0 1rem 0;
    font-weight: 300;
    font-size: 1.75rem;	
}

#external-topics #contact h3{
    padding: 0.75rem 0 1.125rem 0;
    font-size: 1.25rem;
	font-weight: 400;
}

#external-topics h4 { 	 
	color: #1f4d80; 	 
	margin: .75rem 0 0 0; 	 
	font-weight: 400; 	 
	font-size: 1.25rem; 	 
}

#external-topics ul li:before {
    content: '\25AA';
    color: #b3b3b3;
    position: absolute;
    left: 0;
}

#external-topics ul li {
    color: #1f5999;
    padding: 0 0 0 0.6875rem;
    font-size: 1.25rem;
    margin: 0 0 1.25rem 0;
    position: relative;
    line-height: 1.2;
}

#external-topics ul ul li {
    padding: 0 0 0 0.75rem;
    font-size: 0.875rem;
    max-width: 42rem;
    margin: 0.5rem 0 0 0;
    line-height: 1.4;
    color: #404040;
    position: relative;
}

#external-topics #contact ul li {
    padding: 0 0 0 0.6875rem;
    margin: 0 0 0.5rem 0;
    line-height: 1.25;
}

#external-topics #contact ul li a {
    color: #404040;
    text-decoration: none;
    font-size: 0.875rem;
}

#external-topics #contact ul li a:hover {
    color: #b50579;
}

#external-topics #contact ul li a:after {
    content: ' \00BB';
    color: #b50579;
    opacity: 1;
    font-weight: 300;
}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
}

/* printer styles
   ========================================================================== */

@media print {
}