﻿@import url(TwoPane/desktop.css) (min-width: 1537px) and (min-aspect-ratio: 12/10);
@import url(TwoPane/tablet_portrait.css) (min-width: 768px) and (max-aspect-ratio: 12/10);
@import url(TwoPane/tablet_portrait.css) (max-width: 1536px) and (orientation: landscape);
@import url(TwoPane/mobile_portrait.css) (max-width: 767px) and (orientation: portrait);
@import url(TwoPane/mobile_landscape.css) (max-width: 767px) and (orientation: landscape);
