﻿/* This StyleSheet contains custom styles for this project */


.NewStyle
{
    font-size: medium;
}
.MethodTextColor
{
    color: #f04e33;
}
/* Template Override Style Rule
   Name: Page Header Content
   Description: Main Page Header content
*/
.i-header-content
{
    color: #005AA4;
}
/* Template Override Style Rule
   Name: Page Title
   Description: Page Title text
*/
.i-page-title
{
    color: #005AA4;
}
/* Template Override Style Rule
   Name: Collapsible Section Heading
   Description: The heading associated with a collapsible section. e.g. the 'See Also' heading above the See Also section
*/
.i-section-heading
{
    color: #005aa4;
}

.i-operation-page-title-text
{
    color: #159edb !important;
}

.i-operation-kind
{
    background-color: #f04e33 !important;
}

h3
{
    color: #005aa4;
}